mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Avoid warnings for no-engine and PEDANTIC
This commit is contained in:
parent
90e8a3102b
commit
767712fa62
@ -520,6 +520,14 @@ skip_digests:
|
||||
|
||||
ret=0;
|
||||
end:
|
||||
#else
|
||||
|
||||
# if PEDANTIC
|
||||
|
||||
void *dummy=&dummy;
|
||||
|
||||
# endif
|
||||
|
||||
ERR_print_errors(bio_err);
|
||||
sk_pop_free(engines, identity);
|
||||
sk_pop_free(pre_cmds, identity);
|
||||
|
Loading…
Reference in New Issue
Block a user