$OpenBSD: patch-nss_lib_freebl_blapi_h,v 1.6 2017/08/07 18:48:22 landry Exp $

Prevent clashing symbol with libcrypto (bad ld.so(1)!).

Index: nss/lib/freebl/blapi.h
--- nss/lib/freebl/blapi.h.orig
+++ nss/lib/freebl/blapi.h
@@ -1211,6 +1211,8 @@ extern void SHA1_DestroyContext(SHA1Context *cx, PRBoo
 */
 extern void SHA1_Begin(SHA1Context *cx);
 
+#define SHA1_Update NSS_SHA1_Update
+
 /*
 ** Update the SHA-1 hash function with more data.
 **  "cx" the context
