diff options
| author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-11 14:20:24 +0000 |
|---|---|---|
| committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-11 14:20:24 +0000 |
| commit | 63b45c1017653defa70572dfd47ae623ad4d1f85 (patch) | |
| tree | fcee6be4561c0f8e0603936cd87e244527d81e48 /security/py-pow/files/patch-POW.c | |
| parent | Add 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.c | 11 |
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> |
