summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-05-08 06:54:43 +0000
committertb <>2024-05-08 06:54:43 +0000
commita9aff0951ab0bedf74b7be468c7e31f8d2719ebe (patch)
tree41d552eaae43ac8ff988dabdb7c6222a5f438b07 /src
parent616fb7eeed1aace2efc62b7fb03856bbec6303df (diff)
downloadopenbsd-a9aff0951ab0bedf74b7be468c7e31f8d2719ebe.tar.gz
openbsd-a9aff0951ab0bedf74b7be468c7e31f8d2719ebe.tar.bz2
openbsd-a9aff0951ab0bedf74b7be468c7e31f8d2719ebe.zip
symbols test: drop headers that don't define any symbols
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/symbols/symbols.awk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/symbols/symbols.awk b/src/regress/lib/libssl/symbols/symbols.awk
index adf8716cc3..ecbe25e393 100644
--- a/src/regress/lib/libssl/symbols/symbols.awk
+++ b/src/regress/lib/libssl/symbols/symbols.awk
@@ -1,4 +1,4 @@
1# $OpenBSD: symbols.awk,v 1.3 2024/04/17 22:48:17 tb Exp $ 1# $OpenBSD: symbols.awk,v 1.4 2024/05/08 06:54:43 tb Exp $
2 2
3# Copyright (c) 2018,2020,2023 Theo Buehler <tb@openbsd.org> 3# Copyright (c) 2018,2020,2023 Theo Buehler <tb@openbsd.org>
4# 4#
@@ -21,9 +21,6 @@ BEGIN {
21 21
22 printf("#include <openssl/dtls1.h>\n") 22 printf("#include <openssl/dtls1.h>\n")
23 printf("#include <openssl/ssl.h>\n") 23 printf("#include <openssl/ssl.h>\n")
24 printf("#include <openssl/ssl2.h>\n")
25 printf("#include <openssl/ssl23.h>\n")
26 printf("#include <openssl/ssl3.h>\n")
27 printf("#include <openssl/tls1.h>\n\n") 24 printf("#include <openssl/tls1.h>\n\n")
28 25
29 printf("#include <openssl/srtp.h>\n\n") # depends on ssl.h 26 printf("#include <openssl/srtp.h>\n\n") # depends on ssl.h