mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
runchecker: fix no-sock build by conditioning clean up on the NO_SOCK symbol.
Fixes #15054 Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15055)
This commit is contained in:
parent
2395ad8079
commit
f4585aeca9
@ -2855,7 +2855,9 @@ int cmp_main(int argc, char **argv)
|
||||
OSSL_CMP_CTX_print_errors(cmp_ctx);
|
||||
|
||||
ossl_cmp_mock_srv_free(OSSL_CMP_CTX_get_transfer_cb_arg(cmp_ctx));
|
||||
#ifndef OPENSSL_NO_SOCK
|
||||
APP_HTTP_TLS_INFO_free(OSSL_CMP_CTX_get_http_cb_arg(cmp_ctx));
|
||||
#endif
|
||||
X509_STORE_free(OSSL_CMP_CTX_get_certConf_cb_arg(cmp_ctx));
|
||||
OSSL_CMP_CTX_free(cmp_ctx);
|
||||
X509_VERIFY_PARAM_free(vpm);
|
||||
|
Loading…
Reference in New Issue
Block a user