tweak for the generated source
authortb <tb@openbsd.org>
Tue, 14 Dec 2021 20:37:24 +0000 (20:37 +0000)
committertb <tb@openbsd.org>
Tue, 14 Dec 2021 20:37:24 +0000 (20:37 +0000)
regress/lib/libcrypto/symbols/symbols.awk

index 768f447..0d3565a 100644 (file)
@@ -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")
 }