diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_utl.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/x509/x509_utl.c b/src/lib/libcrypto/x509/x509_utl.c index 4be8630d89..2e60834edf 100644 --- a/src/lib/libcrypto/x509/x509_utl.c +++ b/src/lib/libcrypto/x509/x509_utl.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_utl.c,v 1.27 2025/05/10 05:54:39 tb Exp $ */ | 1 | /* $OpenBSD: x509_utl.c,v 1.28 2026/01/12 22:08:34 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 | */ |
| @@ -148,8 +148,6 @@ X509V3_add_value_uchar(const char *name, const unsigned char *value, | |||
| 148 | return X509V3_add_value(name, (const char *)value, extlist); | 148 | return X509V3_add_value(name, (const char *)value, extlist); |
| 149 | } | 149 | } |
| 150 | 150 | ||
| 151 | /* Free function for STACK_OF(CONF_VALUE) */ | ||
| 152 | |||
| 153 | void | 151 | void |
| 154 | X509V3_conf_free(CONF_VALUE *conf) | 152 | X509V3_conf_free(CONF_VALUE *conf) |
| 155 | { | 153 | { |
| @@ -354,8 +352,6 @@ X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint) | |||
| 354 | #define HDR_NAME 1 | 352 | #define HDR_NAME 1 |
| 355 | #define HDR_VALUE 2 | 353 | #define HDR_VALUE 2 |
| 356 | 354 | ||
| 357 | /*#define DEBUG*/ | ||
| 358 | |||
| 359 | STACK_OF(CONF_VALUE) * | 355 | STACK_OF(CONF_VALUE) * |
| 360 | X509V3_parse_list(const char *line) | 356 | X509V3_parse_list(const char *line) |
| 361 | { | 357 | { |
