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