Explorar el Código

Cosmetic change

Tatsuhiro Tsujikawa hace 4 años
padre
commit
177939d6ac
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/LibsslARC4Encryptor.cc

+ 0 - 1
src/LibsslARC4Encryptor.cc

@@ -53,7 +53,6 @@ ARC4Encryptor::~ARC4Encryptor()
     EVP_CIPHER_CTX_free(ctx_);
   }
 }
-
 #else  // !(OPENSSL_VERSION_NUMBER >= 0x30000000L)
 ARC4Encryptor::ARC4Encryptor() {}