diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_utl.c')
| -rw-r--r-- | src/lib/libcrypto/x509v3/v3_utl.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/lib/libcrypto/x509v3/v3_utl.c b/src/lib/libcrypto/x509v3/v3_utl.c index 07c7881581..4f8d16fd00 100644 --- a/src/lib/libcrypto/x509v3/v3_utl.c +++ b/src/lib/libcrypto/x509v3/v3_utl.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: v3_utl.c,v 1.30 2018/05/19 10:37:02 tb Exp $ */ | 1 | /* $OpenBSD: v3_utl.c,v 1.31 2018/05/19 10:50:08 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. | 3 | * project. | 
| 4 | */ | 4 | */ | 
| @@ -230,7 +230,7 @@ s2i_ASN1_INTEGER(X509V3_EXT_METHOD *method, const char *value) | |||
| 230 | } | 230 | } | 
| 231 | 231 | ||
| 232 | int | 232 | int | 
| 233 | X509V3_add_value_int(const char *name, ASN1_INTEGER *aint, | 233 | X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint, | 
| 234 | STACK_OF(CONF_VALUE) **extlist) | 234 | STACK_OF(CONF_VALUE) **extlist) | 
| 235 | { | 235 | { | 
| 236 | char *strtmp; | 236 | char *strtmp; | 
