summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_enum.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-06 02:34:07 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-06 02:34:07 +0000
commit79a474e8f275fec0548f565efc98b659072e9f99 (patch)
tree04505735cf605aa3a8030033bae0eb07236d6642 /crypto/x509v3/v3_enum.c
parent924acc5451028abd3218be96cce346596fb3ad6d (diff)
Add an extra 'raw' function r2i to the extension code. Nothing uses this yet and
it is just a place holder for functionality to be added later. Its been added now so the X509V3_EXT_METHOD structure shouldn't (hopefully) have to change after the release.
Diffstat (limited to 'crypto/x509v3/v3_enum.c')
-rw-r--r--crypto/x509v3/v3_enum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/v3_enum.c b/crypto/x509v3/v3_enum.c
index 835bde919f..8c0b37ce86 100644
--- a/crypto/x509v3/v3_enum.c
+++ b/crypto/x509v3/v3_enum.c
@@ -81,7 +81,7 @@ NID_crl_reason, 0,
i2d_ASN1_ENUMERATED,
(X509V3_EXT_I2S)i2s_ASN1_ENUMERATED_TABLE,
(X509V3_EXT_S2I)NULL,
-NULL, NULL, NULL, (char *)crl_reasons};
+NULL, NULL, NULL, NULL, (char *)crl_reasons};
static ASN1_ENUMERATED *asn1_enumerated_new()