aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-05-31 06:08:12 -0600
committerTheo Buehler <tb@openbsd.org>2025-05-31 06:08:45 -0600
commitc10badd1afda980da5808ead12ab4d6ac8fa898c (patch)
treeec3dc29e457707e738f87273fc063b791c401e0d
parente17b8834d2eb9ed65707844930ab88140602fe8a (diff)
downloadportable-c10badd1afda980da5808ead12ab4d6ac8fa898c.tar.gz
portable-c10badd1afda980da5808ead12ab4d6ac8fa898c.tar.bz2
portable-c10badd1afda980da5808ead12ab4d6ac8fa898c.zip
regen patch
-rw-r--r--patches/opensslfeatures.h.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/opensslfeatures.h.patch b/patches/opensslfeatures.h.patch
index f496ebc..d370b32 100644
--- a/patches/opensslfeatures.h.patch
+++ b/patches/opensslfeatures.h.patch
@@ -44,6 +44,6 @@
44 44
45+#include <openssl/opensslfeatures.h> 45+#include <openssl/opensslfeatures.h>
46+ 46+
47 #include <stddef.h>
47 #include <stdint.h> 48 #include <stdint.h>
48 49
49 struct test;