Garbage collect the now unused obfuscating macro string_stack_free()
authortb <tb@openbsd.org>
Sun, 16 Apr 2023 19:16:32 +0000 (19:16 +0000)
committertb <tb@openbsd.org>
Sun, 16 Apr 2023 19:16:32 +0000 (19:16 +0000)
lib/libcrypto/x509/x509_vpm.c

index 8617611..9ac3f92 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509_vpm.c,v 1.35 2023/04/16 19:15:31 tb Exp $ */
+/* $OpenBSD: x509_vpm.c,v 1.36 2023/04/16 19:16:32 tb Exp $ */
 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project 2004.
  */
@@ -84,9 +84,6 @@ str_free(char *s)
     free(s);
 }
 
-#define string_stack_free(sk) sk_OPENSSL_STRING_pop_free(sk, str_free)
-
-
 /*
  * Post 1.0.1 sk function "deep_copy".  For the moment we simply make
  * these take void * and use them directly without a glorious blob of