From d8e78911c9ef7e8130d3d43abdc64aec1615d077 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 18 Mar 2000 17:41:45 +0000 Subject: 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. --- security/openssl/patches/patch-ak | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 security/openssl/patches/patch-ak (limited to 'security/openssl') 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; -- cgit v1.2.3