From: tb Date: Sun, 16 Apr 2023 19:16:32 +0000 (+0000) Subject: Garbage collect the now unused obfuscating macro string_stack_free() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=44bd2cacd7d9fea89eee26621f5c3638f7ef3e66;p=openbsd Garbage collect the now unused obfuscating macro string_stack_free() --- diff --git a/lib/libcrypto/x509/x509_vpm.c b/lib/libcrypto/x509/x509_vpm.c index 86176118f7e..9ac3f929dc1 100644 --- a/lib/libcrypto/x509/x509_vpm.c +++ b/lib/libcrypto/x509/x509_vpm.c @@ -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