diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-12-14 20:37:25 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-12-14 20:37:25 +0000 |
commit | 589eb77c5d7209816ed371bd44431c41781a132f (patch) | |
tree | 2fcbd8f56c6e7921a5c901315620aa7e2ab766a3 | |
parent | 5878408526a06e45103e7d81279a1cec2dc06e57 (diff) |
tweak for the generated source
-rw-r--r-- | regress/lib/libcrypto/symbols/symbols.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/symbols/symbols.awk b/regress/lib/libcrypto/symbols/symbols.awk index 768f4476a29..0d3565a3e01 100644 --- a/regress/lib/libcrypto/symbols/symbols.awk +++ b/regress/lib/libcrypto/symbols/symbols.awk @@ -1,4 +1,4 @@ -# $OpenBSD: symbols.awk,v 1.4 2021/03/31 17:10:13 tb Exp $ +# $OpenBSD: symbols.awk,v 1.5 2021/12/14 20:37:24 tb Exp $ # Copyright (c) 2018,2020 Theo Buehler <tb@openbsd.org> # @@ -17,7 +17,7 @@ # usage: awk -f symbols.awk < Symbols.list > symbols.c BEGIN { - printf("#include <openssl/pem.h> /* CMS special */\n") + printf("#include <openssl/pem.h> /* CMS special */\n\n") printf("#include \"include_headers.c\"\n\n") } |