summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_asid.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-12-06 13:36:48 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-12-06 13:36:48 +0000
commit10ca15f3fa50726a838fc8a61026dea2c303d218 (patch)
treec7a9c07d62ecac71c2dabd817bd498a4751f1007 /crypto/x509v3/v3_asid.c
parentda736b31b22aa5c06aa14135dbf337389b5d3c3a (diff)
Fix change to OPENSSL_NO_RFC3779
Diffstat (limited to 'crypto/x509v3/v3_asid.c')
-rw-r--r--crypto/x509v3/v3_asid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/x509v3/v3_asid.c b/crypto/x509v3/v3_asid.c
index 68e7661031..f155c1f438 100644
--- a/crypto/x509v3/v3_asid.c
+++ b/crypto/x509v3/v3_asid.c
@@ -70,7 +70,7 @@
#include <openssl/x509.h>
#include <openssl/bn.h>
-#ifdef OPENSSL_RFC3779
+#ifndef OPENSSL_NO_RFC3779
/*
* OpenSSL ASN.1 template translation of RFC 3779 3.2.3.
@@ -841,4 +841,4 @@ int v3_asid_validate_resource_set(STACK_OF(X509) *chain,
return v3_asid_validate_path_internal(NULL, chain, ext);
}
-#endif /* OPENSSL_RFC3779 */
+#endif /* OPENSSL_NO_RFC3779 */