Mercurial > dropbear
diff keyimport.c @ 1683:41bf8f216644
merge rsa-sha256
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 26 May 2020 00:24:02 +0800 |
parents | ba6fc7afe1c5 |
children | 1051e4eea25a |
line wrap: on
line diff
--- a/keyimport.c Mon May 25 20:55:13 2020 +0500 +++ b/keyimport.c Tue May 26 00:24:02 2020 +0800 @@ -36,6 +36,9 @@ #include "dbutil.h" #include "ecc.h" #include "ssh.h" +#include "rsa.h" +#include "dss.h" +#include "ed25519.h" static const unsigned char OSSH_PKEY_BLOB[] = "openssh-key-v1\0" /* AUTH_MAGIC */