diff options
Diffstat (limited to '')
-rw-r--r-- | agent/minip12.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/agent/minip12.c b/agent/minip12.c index 1e86bc251..e065a6d20 100644 --- a/agent/minip12.c +++ b/agent/minip12.c @@ -27,13 +27,6 @@ #include <assert.h> #include <gcrypt.h> -#ifdef __GCC__ -#warning Remove this kludge and set the libgcrypt required version higher. -#endif -#ifndef GCRY_CIPHER_RFC2268_40 -#define GCRY_CIPHER_RFC2268_40 307 -#endif - #ifdef TEST #include <sys/stat.h> #include <unistd.h> |