diff options
Diffstat (limited to 'security/cryptlib/files/patch-crypt::aes.h')
-rw-r--r-- | security/cryptlib/files/patch-crypt::aes.h | 15 |
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 */ |