aboutsummaryrefslogtreecommitdiffstats
path: root/main/cryptsetup1/libressl-2.7.patch
blob: 1d88c51a12e5cbfd9b4452466e51060d67321773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/crypto_backend/crypto_openssl.c b/lib/crypto_backend/crypto_openssl.c
index 21aee76..b0a6aeb 100644
--- a/lib/crypto_backend/crypto_openssl.c
+++ b/lib/crypto_backend/crypto_openssl.c
@@ -52,7 +52,7 @@ struct crypt_hmac {
 /*
  * Compatible wrappers for OpenSSL < 1.1.0
  */
-#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
+#if OPENSSL_VERSION_NUMBER < 0x10100000L
 static void openssl_backend_init(void)
 {
 	OpenSSL_add_all_algorithms();