sync with OpenBSD -current

This commit is contained in:
purplerain 2024-03-29 19:36:15 +00:00
parent 6278c437f5
commit 784d5aeff3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
93 changed files with 1817 additions and 10181 deletions

View file

@ -1,4 +1,4 @@
# $OpenBSD: symbols.awk,v 1.8 2023/05/04 20:15:27 tb Exp $
# $OpenBSD: symbols.awk,v 1.9 2024/03/29 02:30:25 jsing Exp $
# Copyright (c) 2018,2020 Theo Buehler <tb@openbsd.org>
#
@ -17,7 +17,6 @@
# usage: awk -f symbols.awk < Symbols.list > symbols.c
BEGIN {
printf("#include <openssl/pem.h> /* CMS special */\n\n")
printf("#include \"include_headers.c\"\n\n")
}