From 1e2010ff54f62c6554eac5823f9d43f377ca3c66 Mon Sep 17 00:00:00 2001 From: Foxfair Hu Date: Mon, 11 Aug 2003 02:15:56 +0000 Subject: Update to cryptlib 3.1 beta5, and change MAKE_ARGS to ALL_TARGET to prevent a 'make all' failure. --- security/cryptlib/files/patch-crypt::aes.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 security/cryptlib/files/patch-crypt::aes.h (limited to 'security/cryptlib/files/patch-crypt::aes.h') diff --git a/security/cryptlib/files/patch-crypt::aes.h b/security/cryptlib/files/patch-crypt::aes.h deleted file mode 100644 index 7cbd83630474..000000000000 --- a/security/cryptlib/files/patch-crypt::aes.h +++ /dev/null @@ -1,15 +0,0 @@ ---- crypt/aes.h.orig Tue Jun 17 09:52:19 2003 -+++ crypt/aes.h Tue Jun 17 10:04:23 2003 -@@ -42,7 +42,11 @@ - half the AES code it's the best we can do */ - - #if ( defined( __GNUC__ ) && ( __GNUC__ >= 2 ) ) || defined( HAS_STDINT_H ) -- #include -+ #if defined(__FreeBSD__) -+ #include -+ #elif -+ #include -+ #endif - #else - #include "itypes.h" - #endif /* Systems with C99 headers */ -- cgit v1.2.3