You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
278 B

  1. --- a/src/aes.c
  2. +++ b/src/aes.c
  3. @@ -164,9 +164,9 @@ SCW_op aes_cbc_op =
  4. void init_algo_aes()
  5. {
  6. +#if OPENSSL_VERSION_NUMBER < 0x10100000L
  7. ERR_load_crypto_strings();
  8. OpenSSL_add_all_algorithms();
  9. -#if OPENSSL_VERSION_NUMBER < 0x10100000L
  10. OPENSSL_config(NULL);
  11. #endif