diff options
| author | jsing <> | 2024-03-29 02:30:25 +0000 |
|---|---|---|
| committer | jsing <> | 2024-03-29 02:30:25 +0000 |
| commit | 9349287f9759e4c165c41e88c46cc162ae7c18a5 (patch) | |
| tree | f87918feb418b87bf145e3e1f68755dc5a8d9973 /src | |
| parent | 138e113026da6e30fba02b566d1cc8abdb5f826e (diff) | |
| download | openbsd-9349287f9759e4c165c41e88c46cc162ae7c18a5.tar.gz openbsd-9349287f9759e4c165c41e88c46cc162ae7c18a5.tar.bz2 openbsd-9349287f9759e4c165c41e88c46cc162ae7c18a5.zip | |
Remove CMS special now that we do not depend on pem.h being included first.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/symbols/symbols.awk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/symbols/symbols.awk b/src/regress/lib/libcrypto/symbols/symbols.awk index c5ae770708..de41d05294 100644 --- a/src/regress/lib/libcrypto/symbols/symbols.awk +++ b/src/regress/lib/libcrypto/symbols/symbols.awk | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: symbols.awk,v 1.8 2023/05/04 20:15:27 tb Exp $ | 1 | # $OpenBSD: symbols.awk,v 1.9 2024/03/29 02:30:25 jsing Exp $ |
| 2 | 2 | ||
| 3 | # Copyright (c) 2018,2020 Theo Buehler <tb@openbsd.org> | 3 | # Copyright (c) 2018,2020 Theo Buehler <tb@openbsd.org> |
| 4 | # | 4 | # |
| @@ -17,7 +17,6 @@ | |||
| 17 | # usage: awk -f symbols.awk < Symbols.list > symbols.c | 17 | # usage: awk -f symbols.awk < Symbols.list > symbols.c |
| 18 | 18 | ||
| 19 | BEGIN { | 19 | BEGIN { |
| 20 | printf("#include <openssl/pem.h> /* CMS special */\n\n") | ||
| 21 | printf("#include \"include_headers.c\"\n\n") | 20 | printf("#include \"include_headers.c\"\n\n") |
| 22 | } | 21 | } |
| 23 | 22 | ||
