diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/compliance.c | 4 | ||||
-rw-r--r-- | common/sexputil.c | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/common/compliance.c b/common/compliance.c index 849e0bfc6..0c785799e 100644 --- a/common/compliance.c +++ b/common/compliance.c @@ -499,7 +499,6 @@ gnupg_rng_is_compliant (enum gnupg_compliance_mode compliance) /* In DE_VS mode under Windows we require that the JENT RNG * is active. */ #ifdef HAVE_W32_SYSTEM -# if GCRYPT_VERSION_NUMBER >= 0x010800 char *buf; const char *fields[5]; @@ -511,9 +510,6 @@ gnupg_rng_is_compliant (enum gnupg_compliance_mode compliance) else result = 0; gcry_free (buf); -# else - result = 0; /* No JENT - can't be compliant. */ -# endif #else /*!HAVE_W32_SYSTEM*/ result = 1; /* Not Windows - RNG is good. */ #endif /*!HAVE_W32_SYSTEM*/ diff --git a/common/sexputil.c b/common/sexputil.c index 9bb1d6bdc..1fb00776f 100644 --- a/common/sexputil.c +++ b/common/sexputil.c @@ -871,9 +871,7 @@ hash_algo_to_string (int algo) { "md4", GCRY_MD_MD4 }, { "tiger", GCRY_MD_TIGER }, { "haval", GCRY_MD_HAVAL }, -#if GCRYPT_VERSION_NUMBER >= 0x010900 { "sm3", GCRY_MD_SM3 }, -#endif { "md5", GCRY_MD_MD5 } }; int i; |