summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/patches/fix-blake2.patch
blob: c38e8c9bfbfa51772e122711de22fbb3d1a2be46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/Modules/_blake2/blake2module.h	(index)
+++ b/Modules/_blake2/blake2module.h	(working tree)
@@ -38,6 +38,6 @@
 #endif // HAVE_LIBB2
 
 // for secure_zero_memory(), store32(), store48(), and store64()
-#include "impl/blake2-impl.h"
+#include "contrib/libs/blake2/src/blake2-impl.h"
 
 #endif // Py_BLAKE2MODULE_H