mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Avoid unused variable warning for OpenSSL 0.9.8
This commit is contained in:
parent
524aff97b8
commit
d54aa116db
@ -729,6 +729,8 @@ void pki_evp::writePVKprivate(XFile &file, pem_password_cb *cb) const
|
||||
ign_openssl_error();
|
||||
EVP_PKEY_free(pkey);
|
||||
#else
|
||||
(void)file;
|
||||
(void)cb;
|
||||
throw errorEx("Internal Error");
|
||||
#endif
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user