diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-30 09:41:26 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-30 09:41:26 +0000 |
commit | fc3b823c0a16da65fe068ee7d205db17ce4993d0 (patch) | |
tree | 3287e4ea63d68fcf7f7c2b0a5665d1b00b8a2b1c /regress | |
parent | 6b8d50cfb507df4d4f16a287f34674f035cf2583 (diff) |
Remove call to lh_FUNCTION_free()
This is a wrapper around lh_free() which is already tested.
From Christian Andersen
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/free/freenull.c.tail | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/lib/libcrypto/free/freenull.c.tail b/regress/lib/libcrypto/free/freenull.c.tail index e83e9e4aa21..67bd3b74e9f 100644 --- a/regress/lib/libcrypto/free/freenull.c.tail +++ b/regress/lib/libcrypto/free/freenull.c.tail @@ -1,11 +1,9 @@ -/* $OpenBSD: freenull.c.tail,v 1.2 2018/07/10 20:55:57 tb Exp $ */ +/* $OpenBSD: freenull.c.tail,v 1.3 2024/03/30 09:41:25 tb Exp $ */ BIO_free_all(NULL); NCONF_free_data(NULL); _CONF_free_data(NULL); - lh_FUNCTION_free(NULL); - sk_ASN1_OBJECT_pop_free(NULL, NULL); sk_CONF_VALUE_pop_free(NULL, NULL); sk_GENERAL_NAME_pop_free(NULL, NULL); |