summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);