summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredb <fredb>2000-03-18 17:41:45 +0000
committerfredb <fredb>2000-03-18 17:41:45 +0000
commit328b1b01e42225dbfc30e438a3aa8c933898885b (patch)
treeeff1469093e7787664ff1e252db0c57474598551
parenta96e1eefd0ea1c111e69e0db3da24fe3ec6b6df2 (diff)
downloadpkgsrc-328b1b01e42225dbfc30e438a3aa8c933898885b.tar.gz
Make this compile on m68k. Old m68k hack for bin_div.c is broken for
OpenSSL-0.94, but that's OK, because it's evidently no longer needed.
-rw-r--r--security/openssl/patches/patch-ak13
1 files changed, 0 insertions, 13 deletions
diff --git a/security/openssl/patches/patch-ak b/security/openssl/patches/patch-ak
deleted file mode 100644
index ec3056952d6..00000000000
--- a/security/openssl/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.1 1999/11/25 18:51:47 erh Exp $
-
---- crypto/bn/bn_div.c.orig Tue Aug 3 05:18:27 1999
-+++ crypto/bn/bn_div.c Wed Oct 20 17:12:41 1999
-@@ -62,7 +62,7 @@
- #include "bn_lcl.h"
-
- /* The old slow way */
--#if 0
-+#if defined(__NetBSD__) && defined(__m68k__) && (__GNUC_MINOR__ == 91)
- int BN_div(BIGNUM *dv, BIGNUM *rem, BIGNUM *m, BIGNUM *d, BN_CTX *ctx)
- {
- int i,nm,nd;