mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
create bsd12 branch
This commit is contained in:
11
lang/python34/files/patch-x-Modules-_hashopenssl_1.c
Normal file
11
lang/python34/files/patch-x-Modules-_hashopenssl_1.c
Normal 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);
|
||||
Reference in New Issue
Block a user