mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
pki: Fix the build on OpenSolaris.
This commit is contained in:
@@ -331,7 +331,7 @@ void ssh_signature_free(ssh_signature sig)
|
|||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
case SSH_KEYTYPE_ECDSA:
|
case SSH_KEYTYPE_ECDSA:
|
||||||
#ifdef HAVE_LIBCRYPTO
|
#if defined(HAVE_LIBCRYPTO) && defined(HAVE_OPENSSL_ECC)
|
||||||
ECDSA_SIG_free(sig->ecdsa_sig);
|
ECDSA_SIG_free(sig->ecdsa_sig);
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user