chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
preload-hacks: Some patches to make it work.
[termux-packages]
/
packages
/
python
/
cryptmodule.c.patch
1
diff -u -r ../Python-3.5.1/Modules/_cryptmodule.c ./Modules/_cryptmodule.c
2
--- ../Python-3.5.1/Modules/_cryptmodule.c 2015-12-06 20:39:10.000000000 -0500
3
+++ ./Modules/_cryptmodule.c 2016-04-23 08:11:35.832616854 -0400
4
@@ -4,6 +4,7 @@
5
#include "Python.h"
6
7
#include <sys/types.h>
8
+#include <crypt.h>
9
10
/* Module crypt */
11