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