summaryrefslogtreecommitdiff
path: root/security/cryptlib/files/patch-crypt::aes.h
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-08-11 02:15:56 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-08-11 02:15:56 +0000
commit1e2010ff54f62c6554eac5823f9d43f377ca3c66 (patch)
tree4c33e119fb1f2e24cf1398facba079cca8b72576 /security/cryptlib/files/patch-crypt::aes.h
parentUnbreak the compilation for 4.x users. (diff)
Update to cryptlib 3.1 beta5, and change MAKE_ARGS to ALL_TARGET to prevent
a 'make all' failure.
Diffstat (limited to 'security/cryptlib/files/patch-crypt::aes.h')
-rw-r--r--security/cryptlib/files/patch-crypt::aes.h15
1 files changed, 0 insertions, 15 deletions
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 <stdint.h>
-+ #if defined(__FreeBSD__)
-+ #include <unistd.h>
-+ #elif
-+ #include <stdint.h>
-+ #endif
- #else
- #include "itypes.h"
- #endif /* Systems with C99 headers */