summaryrefslogtreecommitdiff
path: root/security/py-crypto/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-crypto/patches/patch-aa')
-rw-r--r--security/py-crypto/patches/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/py-crypto/patches/patch-aa b/security/py-crypto/patches/patch-aa
new file mode 100644
index 00000000000..5c91acaa431
--- /dev/null
+++ b/security/py-crypto/patches/patch-aa
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.3 2010/12/05 17:13:09 gls Exp $
+
+--- lib/Crypto/Util/RFC1751.py.orig 2010-08-27 04:41:55.000000000 +0000
++++ lib/Crypto/Util/RFC1751.py
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/python
++#!@@PYTHON@@
+ # rfc1751.py : Converts between 128-bit strings and a human-readable
+ # sequence of words, as defined in RFC1751: "A Convention for
+ # Human-Readable 128-bit Keys", by Daniel L. McDonald.