diff options
Diffstat (limited to 'src/lib/third_party/src/gcrypt_light.c')
-rw-r--r-- | src/lib/third_party/src/gcrypt_light.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/third_party/src/gcrypt_light.c b/src/lib/third_party/src/gcrypt_light.c index ecd4b6fc4..c048e8704 100644 --- a/src/lib/third_party/src/gcrypt_light.c +++ b/src/lib/third_party/src/gcrypt_light.c @@ -8,8 +8,6 @@ #include "ndpi_api.h" -#if !defined(HAVE_LIBGCRYPT) - #if defined(__GNUC__) && \ ( defined(__amd64__) || defined(__x86_64__) ) && \ ! defined(MBEDTLS_HAVE_X86_64) @@ -372,6 +370,4 @@ gcry_error_t gcry_cipher_decrypt (gcry_cipher_hd_t h, return _gcry_cipher_crypt(h,out,outsize,in,inlen,0); } -#endif /* HAVE_LIBGCRYPT */ - /* vim: set ts=4 sw=4 et: */ |