summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-04-16 19:16:32 +0000
committertb <>2023-04-16 19:16:32 +0000
commit32ccf96bd2ca5101f81e5f580e844876e75150d3 (patch)
tree29bb210517b1ad02a9443a64d808ed3314c0dc27 /src/lib
parent720d235498eaa6bca005c6885971d3e57304e185 (diff)
downloadopenbsd-32ccf96bd2ca5101f81e5f580e844876e75150d3.tar.gz
openbsd-32ccf96bd2ca5101f81e5f580e844876e75150d3.tar.bz2
openbsd-32ccf96bd2ca5101f81e5f580e844876e75150d3.zip
Garbage collect the now unused obfuscating macro string_stack_free()
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/x509/x509_vpm.c5
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