diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_vpm.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509/x509_vpm.c b/src/lib/libcrypto/x509/x509_vpm.c index 86176118f7..9ac3f929dc 100644 --- a/src/lib/libcrypto/x509/x509_vpm.c +++ b/src/lib/libcrypto/x509/x509_vpm.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: x509_vpm.c,v 1.35 2023/04/16 19:15:31 tb Exp $ */ | 1 | /* $OpenBSD: x509_vpm.c,v 1.36 2023/04/16 19:16:32 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 2004. | 3 | * project 2004. |
| 4 | */ | 4 | */ |
| @@ -84,9 +84,6 @@ str_free(char *s) | |||
| 84 | free(s); | 84 | free(s); |
| 85 | } | 85 | } |
| 86 | 86 | ||
| 87 | #define string_stack_free(sk) sk_OPENSSL_STRING_pop_free(sk, str_free) | ||
| 88 | |||
| 89 | |||
| 90 | /* | 87 | /* |
| 91 | * Post 1.0.1 sk function "deep_copy". For the moment we simply make | 88 | * Post 1.0.1 sk function "deep_copy". For the moment we simply make |
| 92 | * these take void * and use them directly without a glorious blob of | 89 | * these take void * and use them directly without a glorious blob of |
