summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2020-05-17 23:58:31 +0800
committerMatt Johnston <matt@ucc.asn.au>2020-05-17 23:58:31 +0800
commit46b1e41659e5bd2f26eff873a9d58a6cce7cdbbe (patch)
tree6807780c8e8f994bbe7def8cb7998bd1b9e5ab95 /ssh.h
parent8dd35374a9cd52af7ba70660defdb9f36ed9d75b (diff)
downloaddropbear-46b1e41659e5bd2f26eff873a9d58a6cce7cdbbe.tar.gz
split signkey_type and signature_type for RSA sha1 vs sha256
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh.h b/ssh.h
index fb7f9f2..5030fe9 100644
--- a/ssh.h
+++ b/ssh.h
@@ -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. */