diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_int.c')
-rw-r--r-- | src/lib/libcrypto/x509v3/v3_int.c | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_int.c b/src/lib/libcrypto/x509v3/v3_int.c index 63c201e5f4..f34cbfb731 100644 --- a/src/lib/libcrypto/x509v3/v3_int.c +++ b/src/lib/libcrypto/x509v3/v3_int.c | |||
@@ -61,12 +61,9 @@ | |||
61 | #include <openssl/x509v3.h> | 61 | #include <openssl/x509v3.h> |
62 | 62 | ||
63 | X509V3_EXT_METHOD v3_crl_num = { | 63 | X509V3_EXT_METHOD v3_crl_num = { |
64 | NID_crl_number, 0, | 64 | NID_crl_number, 0, ASN1_ITEM_ref(ASN1_INTEGER), |
65 | (X509V3_EXT_NEW)ASN1_INTEGER_new, | 65 | 0,0,0,0, |
66 | (X509V3_EXT_FREE)ASN1_INTEGER_free, | ||
67 | (X509V3_EXT_D2I)d2i_ASN1_INTEGER, | ||
68 | (X509V3_EXT_I2D)i2d_ASN1_INTEGER, | ||
69 | (X509V3_EXT_I2S)i2s_ASN1_INTEGER, | 66 | (X509V3_EXT_I2S)i2s_ASN1_INTEGER, |
70 | (X509V3_EXT_S2I)0, | 67 | 0, |
71 | NULL, NULL, NULL, NULL, NULL}; | 68 | 0,0,0,0, NULL}; |
72 | 69 | ||