create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- ./Modules/_hashopenssl.c~ 2019-12-25 16:27:31.838225000 +0200
+++ ./Modules/_hashopenssl.c 2019-12-25 16:33:11.145818000 +0200
@@ -955,7 +955,7 @@
#define INIT_CONSTRUCTOR_CONSTANTS(NAME) do { \
init_constructor_constant(&cached_info_ ## NAME, #NAME); \
} while (0);
-static void
+static int
init_constructor_constant(EVPCachedInfo *cached_info, const char *name)
{
assert(cached_info);