mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-24 10:39:57 +01:00
ssh: Fix for newer Libgcrypt versions.
* common/ssh-utils.c (get_fingerprint): Add GCRY_PK_ECC case. -- Reported-by: Anatol Pomozov
This commit is contained in:
parent
014b2103fc
commit
ceef5568d5
@ -89,6 +89,7 @@ get_fingerprint (gcry_sexp_t key, void **r_fpr, size_t *r_len,
|
|||||||
elems = "pqgy";
|
elems = "pqgy";
|
||||||
gcry_md_write (md, "\0\0\0\x07ssh-dss", 11);
|
gcry_md_write (md, "\0\0\0\x07ssh-dss", 11);
|
||||||
break;
|
break;
|
||||||
|
case GCRY_PK_ECC:
|
||||||
case GCRY_PK_ECDSA:
|
case GCRY_PK_ECDSA:
|
||||||
/* We only support the 3 standard curves for now. It is just a
|
/* We only support the 3 standard curves for now. It is just a
|
||||||
quick hack. */
|
quick hack. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user