summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-03-30 09:41:25 +0000
committertb <>2024-03-30 09:41:25 +0000
commit5a496949f3887672d0369f2d65ee54a158612a57 (patch)
treeb15b4661028fabae617c21a7abe9dd13b4b4db7d /src
parent483e9a55e66d452ef6ee33193cb8233c6f9325b0 (diff)
downloadopenbsd-5a496949f3887672d0369f2d65ee54a158612a57.tar.gz
openbsd-5a496949f3887672d0369f2d65ee54a158612a57.tar.bz2
openbsd-5a496949f3887672d0369f2d65ee54a158612a57.zip
Remove call to lh_FUNCTION_free()
This is a wrapper around lh_free() which is already tested. From Christian Andersen
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/free/freenull.c.tail4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/free/freenull.c.tail b/src/regress/lib/libcrypto/free/freenull.c.tail
index e83e9e4aa2..67bd3b74e9 100644
--- a/src/regress/lib/libcrypto/free/freenull.c.tail
+++ b/src/regress/lib/libcrypto/free/freenull.c.tail
@@ -1,11 +1,9 @@
1/* $OpenBSD: freenull.c.tail,v 1.2 2018/07/10 20:55:57 tb Exp $ */ 1/* $OpenBSD: freenull.c.tail,v 1.3 2024/03/30 09:41:25 tb Exp $ */
2 2
3 BIO_free_all(NULL); 3 BIO_free_all(NULL);
4 NCONF_free_data(NULL); 4 NCONF_free_data(NULL);
5 _CONF_free_data(NULL); 5 _CONF_free_data(NULL);
6 6
7 lh_FUNCTION_free(NULL);
8
9 sk_ASN1_OBJECT_pop_free(NULL, NULL); 7 sk_ASN1_OBJECT_pop_free(NULL, NULL);
10 sk_CONF_VALUE_pop_free(NULL, NULL); 8 sk_CONF_VALUE_pop_free(NULL, NULL);
11 sk_GENERAL_NAME_pop_free(NULL, NULL); 9 sk_GENERAL_NAME_pop_free(NULL, NULL);