Actually comment out the cpuid asm!
[oweals/openssl.git] / ssl / ssl_algs.c
index faa7e82d18cb6013e9fff5690f72370a6d2b6af5..d5a7a20e8a7b5a78b63974e32edcf2172fb20f58 100644 (file)
@@ -94,6 +94,7 @@ int SSL_library_init(void)
        EVP_add_cipher(EVP_aes_128_cbc_hmac_sha1());
        EVP_add_cipher(EVP_aes_256_cbc_hmac_sha1());
 #endif
+
 #endif
 #ifndef OPENSSL_NO_CAMELLIA
        EVP_add_cipher(EVP_camellia_128_cbc());