freebsd-ports/security/py-pow/files/patch-POW.c
Ying-Chieh Liao 63b45c1017 add py-pow 0.6.1
Python OpenSSL Wrappers
2002-02-11 14:20:24 +00:00

11 lines
367 B
C

--- 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>