openbsd-ports/security/pgp5/patches/patch-config_h_in

18 lines
512 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.1 2002/04/23 06:38:48 fgsch Exp $
This patch is benign when not using RSAREF and is required when using
RSAREF to get pgp5 to link. Without the patch pgp5 fails to link
as NN_ModExp is defined in two libraries.
--- config.h.in.orig Sat Feb 7 16:54:56 1998
+++ config.h.in Tue Apr 23 03:06:29 2002
@@ -69,7 +69,7 @@
#endif
#ifndef USE_MPI_LIB
-#define USE_MPI_LIB 1
+#define USE_MPI_LIB 0
#endif
/*The licensing level to include. 1 is Freeware, 2 is Beta, 3 is Full*/