diff options
author | fredb <fredb@pkgsrc.org> | 2000-03-18 17:41:45 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-03-18 17:41:45 +0000 |
commit | d8e78911c9ef7e8130d3d43abdc64aec1615d077 (patch) | |
tree | eff1469093e7787664ff1e252db0c57474598551 /security | |
parent | 4100b13566274db0d6ac7a496c2b830e1f5a0717 (diff) | |
download | pkgsrc-d8e78911c9ef7e8130d3d43abdc64aec1615d077.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.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/patches/patch-ak | 13 |
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; |