Snippets for apr-util 1.6.3 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/f7q4wnayyqmndji5xbmam0q2n6lndhqz-apr-util-1.6.3.drv.
-
crypto/apr_crypto_openssl.c:141:5: warning: 'ENGINE_load_builtin_engines' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 141 | ENGINE_load_builtin_engines(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
crypto/apr_crypto_openssl.c:142:5: warning: 'ENGINE_register_all_complete' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 142 | ENGINE_register_all_complete(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
crypto/apr_crypto_openssl.c:208:9: warning: 'ENGINE_finish' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 208 | ENGINE_finish(f->config->engine); | ^~~~~~~~~~~~~ -
crypto/apr_crypto_openssl.c:209:9: warning: 'ENGINE_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 209 | ENGINE_free(f->config->engine); | ^~~~~~~~~~~ -
crypto/apr_crypto_openssl.c:326:9: warning: 'ENGINE_by_id' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 326 | config->engine = ENGINE_by_id(engine); | ^~~~~~ -
crypto/apr_crypto_openssl.c:330:9: warning: 'ENGINE_init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 330 | if (!ENGINE_init(config->engine)) { | ^~ -
crypto/apr_crypto_openssl.c:331:13: warning: 'ENGINE_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 331 | ENGINE_free(config->engine); | ^~~~~~~~~~~