diff options
Diffstat (limited to 'devel/xulrunner192/patches/patch-am')
-rw-r--r-- | devel/xulrunner192/patches/patch-am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/xulrunner192/patches/patch-am b/devel/xulrunner192/patches/patch-am deleted file mode 100644 index ef310896002..00000000000 --- a/devel/xulrunner192/patches/patch-am +++ /dev/null @@ -1,17 +0,0 @@ -$NetBSD: patch-am,v 1.1.1.1 2011/04/19 11:16:07 tnn Exp $ - -SHA1_Update conflicts with openssl which may be dynamically loaded -at runtime via libcups or libgssapi so causing a crash due to using -the wrong binding. So rename here to avoid conflict. - ---- security/nss/lib/freebl/blapi.h.orig 2009-06-29 18:15:13.000000000 +0200 -+++ security/nss/lib/freebl/blapi.h -@@ -925,6 +925,8 @@ extern void SHA1_DestroyContext(SHA1Cont - */ - extern void SHA1_Begin(SHA1Context *cx); - -+#define SHA1_Update NSS_SHA1_Update -+ - /* - ** Update the SHA-1 hash function with more data. - ** "cx" the context |