SSL_version_str is no more
authortb <tb@openbsd.org>
Wed, 17 Apr 2024 22:48:17 +0000 (22:48 +0000)
committertb <tb@openbsd.org>
Wed, 17 Apr 2024 22:48:17 +0000 (22:48 +0000)
regress/lib/libssl/symbols/symbols.awk

index a847ade..adf8716 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: symbols.awk,v 1.2 2023/07/19 21:01:29 tb Exp $
+# $OpenBSD: symbols.awk,v 1.3 2024/04/17 22:48:17 tb Exp $
 
 # Copyright (c) 2018,2020,2023 Theo Buehler <tb@openbsd.org>
 #
@@ -29,10 +29,6 @@ BEGIN {
        printf("#include <openssl/srtp.h>\n\n")         # depends on ssl.h
 }
 
-/^SSL_version_str$/ {
-       printf("extern const char *%s;\n", $0)
-}
-
 {
        symbols[$0] = $0