diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_enum.c')
| -rw-r--r-- | src/lib/libcrypto/x509v3/v3_enum.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/lib/libcrypto/x509v3/v3_enum.c b/src/lib/libcrypto/x509v3/v3_enum.c index af6cebcee9..2ef3ea3e90 100644 --- a/src/lib/libcrypto/x509v3/v3_enum.c +++ b/src/lib/libcrypto/x509v3/v3_enum.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: v3_enum.c,v 1.12 2016/12/30 15:54:49 jsing Exp $ */ | 1 | /* $OpenBSD: v3_enum.c,v 1.13 2018/05/19 10:37:02 tb Exp $ */ | 
| 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 
| 3 | * project 1999. | 3 | * project 1999. | 
| 4 | */ | 4 | */ | 
| @@ -93,7 +93,7 @@ const X509V3_EXT_METHOD v3_crl_reason = { | |||
| 93 | }; | 93 | }; | 
| 94 | 94 | ||
| 95 | char * | 95 | char * | 
| 96 | i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method, ASN1_ENUMERATED *e) | 96 | i2s_ASN1_ENUMERATED_TABLE(X509V3_EXT_METHOD *method, const ASN1_ENUMERATED *e) | 
| 97 | { | 97 | { | 
| 98 | ENUMERATED_NAMES *enam; | 98 | ENUMERATED_NAMES *enam; | 
| 99 | long strval; | 99 | long strval; | 
