patch-src_lib_crypt_ops_crypto_openssl_mgt_h 575 B

1234567891011121314
  1. --- tor-0.4.8.10.orig/src/lib/crypt_ops/crypto_openssl_mgt.h 2023-12-08 19:49:19.000000000 +0100
  2. +++ tor-0.4.8.10/src/lib/crypt_ops/crypto_openssl_mgt.h 2024-04-07 11:39:44.453246186 +0200
  3. @@ -49,11 +49,6 @@
  4. #define OPENSSL_V_SERIES(a,b,c) \
  5. OPENSSL_VER((a),(b),(c),0,0)
  6. -#ifdef OPENSSL_NO_ENGINE
  7. -/* Android's OpenSSL seems to have removed all of its Engine support. */
  8. -#define DISABLE_ENGINES
  9. -#endif
  10. -
  11. #if OPENSSL_VERSION_NUMBER >= OPENSSL_VER(1,1,0,0,5)
  12. /* OpenSSL as of 1.1.0pre4 has an "new" thread API, which doesn't require
  13. * setting up various callbacks.