aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_skey.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_skey.c
parent924acc5451028abd3218be96cce346596fb3ad6d (diff)
downloadopenssl-79a474e8f275fec0548f565efc98b659072e9f99.tar.gz
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_skey.c')
-rw-r--r--crypto/x509v3/v3_skey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/v3_skey.c b/crypto/x509v3/v3_skey.c
index c9402e6cca..20c9c2c5e3 100644
--- a/crypto/x509v3/v3_skey.c
+++ b/crypto/x509v3/v3_skey.c
@@ -76,7 +76,7 @@ NID_subject_key_identifier, 0,
i2d_ASN1_OCTET_STRING,
(X509V3_EXT_I2S)i2s_ASN1_OCTET_STRING,
(X509V3_EXT_S2I)s2i_skey_id,
-NULL, NULL, NULL, NULL};
+NULL, NULL, NULL, NULL, NULL};
static ASN1_OCTET_STRING *octet_string_new(void)