aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/aircrack-ng/files/patch-src_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/aircrack-ng/files/patch-src_crypto.h')
-rw-r--r--net-mgmt/aircrack-ng/files/patch-src_crypto.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/net-mgmt/aircrack-ng/files/patch-src_crypto.h b/net-mgmt/aircrack-ng/files/patch-src_crypto.h
index 98605413c096..41645ce90e18 100644
--- a/net-mgmt/aircrack-ng/files/patch-src_crypto.h
+++ b/net-mgmt/aircrack-ng/files/patch-src_crypto.h
@@ -1,10 +1,10 @@
---- src/crypto.h.orig 2014-04-01 19:15:06.228646731 +0200
-+++ src/crypto.h 2014-04-01 19:16:22.960640528 +0200
-@@ -35,6 +35,7 @@
+--- src/crypto.h.orig 2014-07-12 04:24:03.000000000 +0200
++++ src/crypto.h 2014-11-02 21:23:28.529312627 +0100
+@@ -34,6 +34,7 @@
+
#ifndef _CRYPTO_H
#define _CRYPTO_H
-
+#include <sys/types.h>
- #ifndef uint8
- #define uint8 unsigned char
- #endif
+
+ #ifdef USE_GCRYPT
+ #include "gcrypt-openssl-wrapper.h"