summaryrefslogtreecommitdiff
path: root/security/cyrus-sasl/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'security/cyrus-sasl/patches/patch-ai')
-rw-r--r--security/cyrus-sasl/patches/patch-ai26
1 files changed, 0 insertions, 26 deletions
diff --git a/security/cyrus-sasl/patches/patch-ai b/security/cyrus-sasl/patches/patch-ai
deleted file mode 100644
index 8f328f96a62..00000000000
--- a/security/cyrus-sasl/patches/patch-ai
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ai,v 1.2 2002/12/16 10:55:03 martti Exp $
-
---- acconfig.h.orig Sat Feb 17 06:06:28 2001
-+++ acconfig.h Mon Dec 16 11:44:12 2002
-@@ -128,11 +128,20 @@
- /* define if your system has getpid() */
- #undef HAVE_GETPID
-
-+/* location of the random number generator */
-+#undef SASL_DEV_RANDOM
-+
- @BOTTOM@
-
- /* location of the random number generator */
--#ifndef DEV_RANDOM
-+#ifdef SASL_DEV_RANDOM
-+#define DEV_RANDOM SASL_DEV_RANDOM
-+#else
-+#if defined(__NetBSD__)
-+#define DEV_RANDOM "/dev/urandom"
-+#else
- #define DEV_RANDOM "/dev/random"
-+#endif
- #endif
-
- /* Make Solaris happy... */