Add python-bcrypt3 for clang32 and clangarm64
This commit is contained in:
10
mingw-w64-python-bcrypt3/001-fix-undeclared-function.patch
Normal file
10
mingw-w64-python-bcrypt3/001-fix-undeclared-function.patch
Normal file
@@ -0,0 +1,10 @@
|
||||
--- a/src/_csrc/sha2.c
|
||||
+++ b/src/_csrc/sha2.c
|
||||
@@ -34,6 +34,7 @@
|
||||
* $From: sha2.c,v 1.1 2001/11/08 00:01:51 adg Exp adg $
|
||||
*/
|
||||
|
||||
+#include <stdlib.h>
|
||||
#include "pycabcrypt.h"
|
||||
#include "sha2.h"
|
||||
|
||||
Reference in New Issue
Block a user