From: tb Date: Fri, 28 Jul 2023 18:29:26 +0000 (+0000) Subject: Some of these functions no longer exist or are no longer public X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=f4536fd1d7289a196c9bd3755ef54acb99250698;p=openbsd Some of these functions no longer exist or are no longer public --- diff --git a/regress/lib/libcrypto/free/freenull.awk b/regress/lib/libcrypto/free/freenull.awk index 41527ac2257..618034cc706 100644 --- a/regress/lib/libcrypto/free/freenull.awk +++ b/regress/lib/libcrypto/free/freenull.awk @@ -1,4 +1,4 @@ -# $OpenBSD: freenull.awk,v 1.2 2023/07/20 17:27:54 tb Exp $ +# $OpenBSD: freenull.awk,v 1.3 2023/07/28 18:29:26 tb Exp $ # Copyright (c) 2018 Theo Buehler # # Permission to use, copy, modify, and distribute this software for any @@ -23,11 +23,8 @@ # Skip *_free functions that take more than one or no argument. /^ASN1_item_ex_free$/ || /^ASN1_item_free$/ || -/^ASN1_primitive_free$/ || -/^ASN1_template_free$/ || /^CONF_modules_free$/ || /^EVP_PKEY_asn1_set_free$/ || -/^OBJ_sigid_free$/ || /^X509V3_section_free$/ || /^X509V3_string_free$/ || /^sk_pop_free$/ {