summaryrefslogtreecommitdiff
path: root/security/py-pow/files/patch-POW.c
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-02-11 14:20:24 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-02-11 14:20:24 +0000
commit63b45c1017653defa70572dfd47ae623ad4d1f85 (patch)
treefcee6be4561c0f8e0603936cd87e244527d81e48 /security/py-pow/files/patch-POW.c
parentAdd Finnish language support. (diff)
add py-pow 0.6.1
Python OpenSSL Wrappers
Diffstat (limited to '')
-rw-r--r--security/py-pow/files/patch-POW.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-pow/files/patch-POW.c b/security/py-pow/files/patch-POW.c
new file mode 100644
index 000000000000..1997ea330c77
--- /dev/null
+++ b/security/py-pow/files/patch-POW.c
@@ -0,0 +1,11 @@
+--- POW.c.orig Mon Feb 11 22:12:50 2002
++++ POW.c Mon Feb 11 22:13:01 2002
+@@ -34,7 +34,7 @@
+ /* */
+ /*****************************************************************************/
+
+-#include <python2.1/Python.h>
++#include <Python.h>
+
+ #include <openssl/crypto.h>
+ #include <openssl/rand.h>