diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/symbols/symbols.awk | 5 |
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 |