summaryrefslogtreecommitdiff
path: root/src/algo_sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/algo_sha1.c')
-rw-r--r--src/algo_sha1.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/algo_sha1.c b/src/algo_sha1.c
index dbf646b8..4346a0a6 100644
--- a/src/algo_sha1.c
+++ b/src/algo_sha1.c
@@ -1,11 +1,7 @@
#include "first.h"
typedef int innocuous_typedef_to_quiet_empty_translation_unit_compiler_warning;
-#if defined HAVE_LIBSSL && defined HAVE_OPENSSL_SSL_H
-#define USE_OPENSSL_CRYPTO
-#endif
-
-#ifndef USE_OPENSSL_CRYPTO
+#if !defined(WITH_OPENSSL)
#include "sys-endian.h"
#include "algo_sha1.h"