Remove workaround for missing d2i_DSAPrivateKey_fp prototype
authortb <tb@openbsd.org>
Wed, 31 Mar 2021 17:10:13 +0000 (17:10 +0000)
committertb <tb@openbsd.org>
Wed, 31 Mar 2021 17:10:13 +0000 (17:10 +0000)
regress/lib/libcrypto/symbols/symbols.awk

index c0fc26c..768f447 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: symbols.awk,v 1.3 2020/10/12 13:36:38 tb Exp $
+# $OpenBSD: symbols.awk,v 1.4 2021/03/31 17:10:13 tb Exp $
 
 # Copyright (c) 2018,2020 Theo Buehler <tb@openbsd.org>
 #
@@ -91,10 +91,6 @@ BEGIN {
        printf("extern void *%s(void);\n", $0)
 }
 
-/^d2i_DSAPrivateKey_fp$/ {
-       printf("extern void *%s(FILE *, void **);\n", $0)
-}
-
 /^d2i_ECPKPARAMETERS$/                                         ||
 /^d2i_EC_PRIVATEKEY$/                                          ||
 /^d2i_NETSCAPE_ENCRYPTED_PKEY$/                                        ||