diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-05-17 23:58:31 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-05-17 23:58:31 +0800 |
commit | 46b1e41659e5bd2f26eff873a9d58a6cce7cdbbe (patch) | |
tree | 6807780c8e8f994bbe7def8cb7998bd1b9e5ab95 /ssh.h | |
parent | 8dd35374a9cd52af7ba70660defdb9f36ed9d75b (diff) | |
download | dropbear-46b1e41659e5bd2f26eff873a9d58a6cce7cdbbe.tar.gz |
split signkey_type and signature_type for RSA sha1 vs sha256
Diffstat (limited to 'ssh.h')
-rw-r--r-- | ssh.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ #define SSH_SIGNKEY_ED25519 "ssh-ed25519" #define SSH_SIGNKEY_ED25519_LEN 11 /* signature type */ -#define SSH_SIGNKEY_RSA_SHA256 "rsa-sha2-256" +#define SSH_SIGNATURE_RSA_SHA256 "rsa-sha2-256" /* Agent commands. These aren't part of the spec, and are defined * only on the openssh implementation. */ |