aboutsummaryrefslogtreecommitdiff
path: root/openssl/trunk/crypto/x509v3/x509v3.h
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/trunk/crypto/x509v3/x509v3.h')
-rw-r--r--openssl/trunk/crypto/x509v3/x509v3.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/openssl/trunk/crypto/x509v3/x509v3.h b/openssl/trunk/crypto/x509v3/x509v3.h
index fc0570b2..289fbc27 100644
--- a/openssl/trunk/crypto/x509v3/x509v3.h
+++ b/openssl/trunk/crypto/x509v3/x509v3.h
@@ -626,13 +626,7 @@ 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 RFC 3779 stuff
- *
- * 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.
- */
+#ifdef OPENSSL_RFC3779
typedef struct ASRange_st {
ASN1_INTEGER *min, *max;
@@ -753,9 +747,7 @@ int v3_addr_validate_resource_set(STACK_OF(X509) *chain,
IPAddrBlocks *ext,
int allow_inheritance);
-/*
- * [sra] End RFC 3779 stuff
- */
+#endif /* OPENSSL_RFC3779 */
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes