summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-09-12 00:19:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-09-12 00:19:20 +0000
commit96bd6f730a53f765a471a1aa663c6b161da93bf8 (patch)
treead9583e726b8132179f37586993503ce9a373003 /crypto/x509v3
parentc0f5dd070b7fa701b0d72e909206bffd4b7031dc (diff)
Add certificate and request demos.
Fix X509V3 macro so they compile.
Diffstat (limited to 'crypto/x509v3')
-rw-r--r--crypto/x509v3/x509v3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h
index 8dfa73cbe1..096dc56b68 100644
--- a/crypto/x509v3/x509v3.h
+++ b/crypto/x509v3/x509v3.h
@@ -292,7 +292,7 @@ DECLARE_ASN1_SET_OF(POLICYINFO)
#define X509V3_set_ctx_test(ctx) \
X509V3_set_ctx(ctx, NULL, NULL, NULL, NULL, CTX_TEST)
-#define X509V3_set_ctx_nodb(ctx) ctx->db = NULL;
+#define X509V3_set_ctx_nodb(ctx) (ctx)->db = NULL;
#define EXT_BITSTRING(nid, table) { nid, 0, ASN1_ITEM_ref(ASN1_BIT_STRING), \
0,0,0,0, \