From 177939d6aca9b2c77d8ce526aa22f220de3fefcc Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 30 Oct 2021 19:03:53 +0900 Subject: [PATCH] Cosmetic change --- src/LibsslARC4Encryptor.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LibsslARC4Encryptor.cc b/src/LibsslARC4Encryptor.cc index 50bd6290..5d7bf9c9 100644 --- a/src/LibsslARC4Encryptor.cc +++ b/src/LibsslARC4Encryptor.cc @@ -53,7 +53,6 @@ ARC4Encryptor::~ARC4Encryptor() EVP_CIPHER_CTX_free(ctx_); } } - #else // !(OPENSSL_VERSION_NUMBER >= 0x30000000L) ARC4Encryptor::ARC4Encryptor() {}