mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
pki: Add placeholder for ecdsa and certs.
This commit is contained in:
@@ -36,7 +36,9 @@ struct ssh_key_struct {
|
|||||||
#elif HAVE_LIBCRYPTO
|
#elif HAVE_LIBCRYPTO
|
||||||
DSA *dsa;
|
DSA *dsa;
|
||||||
RSA *rsa;
|
RSA *rsa;
|
||||||
|
void *ecdsa;
|
||||||
#endif
|
#endif
|
||||||
|
void *cert;
|
||||||
};
|
};
|
||||||
|
|
||||||
void ssh_key_clean (ssh_key key);
|
void ssh_key_clean (ssh_key key);
|
||||||
|
|||||||
Reference in New Issue
Block a user