artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e3e171
)
Don't rely on the libssl headers pulling in stdio.h somehow
author
tb
<tb@openbsd.org>
Wed, 19 Jul 2023 21:01:29 +0000
(21:01 +0000)
committer
tb
<tb@openbsd.org>
Wed, 19 Jul 2023 21:01:29 +0000
(21:01 +0000)
regress/lib/libssl/symbols/symbols.awk
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/symbols/symbols.awk
b/regress/lib/libssl/symbols/symbols.awk
index
b778ebe
..
a847ade
100644
(file)
--- a/
regress/lib/libssl/symbols/symbols.awk
+++ b/
regress/lib/libssl/symbols/symbols.awk
@@
-1,4
+1,4
@@
-# $OpenBSD: symbols.awk,v 1.
1.1.1 2023/07/15 19:29:44
tb Exp $
+# $OpenBSD: symbols.awk,v 1.
2 2023/07/19 21:01:29
tb Exp $
# Copyright (c) 2018,2020,2023 Theo Buehler <tb@openbsd.org>
#
@@
-17,6
+17,8
@@
# usage: awk -f symbols.awk < Symbols.list > symbols.c
BEGIN {
+ printf("#include <stdio.h>\n\n")
+
printf("#include <openssl/dtls1.h>\n")
printf("#include <openssl/ssl.h>\n")
printf("#include <openssl/ssl2.h>\n")