1
1

pki: fix gcrypt signature process

Этот коммит содержится в:
Aris Adamantiadis 2014-01-07 14:20:49 +01:00
родитель 9d90d15e91
Коммит 8fdfa13227

Просмотреть файл

@ -1590,7 +1590,7 @@ ssh_signature pki_do_sign(const ssh_key privkey,
return NULL;
}
sig->type = privkey->type;
sig->type_c = privkey->type_c;
switch (privkey->type) {
case SSH_KEYTYPE_DSS:
/* That is to mark the number as positive */