diff options
| author | tb <> | 2024-05-08 06:54:43 +0000 |
|---|---|---|
| committer | tb <> | 2024-05-08 06:54:43 +0000 |
| commit | 7b23e463b89e7516129dd4ac0234d746f0470660 (patch) | |
| tree | 41d552eaae43ac8ff988dabdb7c6222a5f438b07 /src | |
| parent | 1e8667571808e8ced746f40887c96c52a0ecdc8d (diff) | |
| download | openbsd-7b23e463b89e7516129dd4ac0234d746f0470660.tar.gz openbsd-7b23e463b89e7516129dd4ac0234d746f0470660.tar.bz2 openbsd-7b23e463b89e7516129dd4ac0234d746f0470660.zip | |
symbols test: drop headers that don't define any symbols
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 |
