diff options
-rw-r--r-- | src/regress/lib/libcrypto/free/freenull.awk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/free/freenull.awk b/src/regress/lib/libcrypto/free/freenull.awk index 95719da956..41527ac225 100644 --- a/src/regress/lib/libcrypto/free/freenull.awk +++ b/src/regress/lib/libcrypto/free/freenull.awk | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: freenull.awk,v 1.1 2018/07/10 20:53:30 tb Exp $ | 1 | # $OpenBSD: freenull.awk,v 1.2 2023/07/20 17:27:54 tb Exp $ |
2 | # Copyright (c) 2018 Theo Buehler <tb@openbsd.org> | 2 | # Copyright (c) 2018 Theo Buehler <tb@openbsd.org> |
3 | # | 3 | # |
4 | # Permission to use, copy, modify, and distribute this software for any | 4 | # Permission to use, copy, modify, and distribute this software for any |
@@ -30,7 +30,6 @@ | |||
30 | /^OBJ_sigid_free$/ || | 30 | /^OBJ_sigid_free$/ || |
31 | /^X509V3_section_free$/ || | 31 | /^X509V3_section_free$/ || |
32 | /^X509V3_string_free$/ || | 32 | /^X509V3_string_free$/ || |
33 | /^asn1_enc_free$/ || | ||
34 | /^sk_pop_free$/ { | 33 | /^sk_pop_free$/ { |
35 | next | 34 | next |
36 | } | 35 | } |
@@ -41,8 +40,6 @@ | |||
41 | /^EC_PRIVATEKEY_free$/ || | 40 | /^EC_PRIVATEKEY_free$/ || |
42 | /^ECPARAMETERS_free$/ || | 41 | /^ECPARAMETERS_free$/ || |
43 | /^ECPKPARAMETERS_free$/ || | 42 | /^ECPKPARAMETERS_free$/ || |
44 | /^NETSCAPE_ENCRYPTED_PKEY_free$/ || | ||
45 | /^NETSCAPE_PKEY_free$/ || | ||
46 | /^X9_62_CHARACTERISTIC_TWO_free$/ || | 43 | /^X9_62_CHARACTERISTIC_TWO_free$/ || |
47 | /^X9_62_PENTANOMIAL_free$/ { | 44 | /^X9_62_PENTANOMIAL_free$/ { |
48 | next | 45 | next |