aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2006-08-25 00:56:11 +0000
committerRob Austein <sra@hactrn.net>2006-08-25 00:56:11 +0000
commit6e839f94bdbcef6c80bb6fa4347171f8b2168795 (patch)
treeb30a2ba7fc85dff9e8b64a14a0e845a95302d8b2 /openssl
parentf197dce356bf9ff0b7ed8a39130a9e3d820fc1a9 (diff)
Bring marker comments up to date.
svn path=/openssl/trunk/crypto/x509v3/x509v3.h; revision=226
Diffstat (limited to 'openssl')
-rw-r--r--openssl/trunk/crypto/x509v3/x509v3.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/openssl/trunk/crypto/x509v3/x509v3.h b/openssl/trunk/crypto/x509v3/x509v3.h
index 57bc3de2..4bcdd1dd 100644
--- a/openssl/trunk/crypto/x509v3/x509v3.h
+++ b/openssl/trunk/crypto/x509v3/x509v3.h
@@ -627,10 +627,11 @@ int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk,
void X509_POLICY_NODE_print(BIO *out, X509_POLICY_NODE *node, int indent);
/*
- * [sra] BEGIN KLUDGE
- * Just include files for the moment for testing, clean up later.
+ * [sra] Begin RFC 3779 stuff
*
- * Heh, can't even do that, so just insert their contents here.
+ * The following definitions and declarations will need to be merged
+ * into the the rest of this file more cleanly. Right now they're
+ * organized as a unit to make it easier to see what I've added.
*/
typedef struct ASRange_st {
@@ -743,7 +744,7 @@ int v3_addr_validate_resource_set(STACK_OF(X509) *chain,
IPAddrBlocks *resource_set);
/*
- * [sra] END KLUDGE
+ * [sra] End RFC 3779 stuff
*/
/* BEGIN ERROR CODES */