diff options
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/cipher/ciphers.c.in | 1 | ||||
-rw-r--r-- | src/crypto/mac/macs.c.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/crypto/cipher/ciphers.c.in b/src/crypto/cipher/ciphers.c.in index cdc9911..19893f6 100644 --- a/src/crypto/cipher/ciphers.c.in +++ b/src/crypto/cipher/ciphers.c.in @@ -24,7 +24,6 @@ */ -#include <src/config.h> #include <src/crypto.h> diff --git a/src/crypto/mac/macs.c.in b/src/crypto/mac/macs.c.in index ee64362..57f327a 100644 --- a/src/crypto/mac/macs.c.in +++ b/src/crypto/mac/macs.c.in @@ -24,7 +24,6 @@ */ -#include <src/config.h> #include <src/crypto.h> |