fixed use of derived key in signatures

This commit is contained in:
git@daemon.de
2013-11-11 08:24:05 +01:00
parent f51d753a3e
commit 79dc73d837
2 changed files with 6 additions and 4 deletions

View File

@@ -207,7 +207,7 @@ void pcp_dumpkey(pcp_key_t *k) {
printf("\n");
printf("encrypted: ");
for ( i = 0;i < 48;++i) printf("%02x",(unsigned int) k->encrypted[i]);
for ( i = 0;i < 80;++i) printf("%02x",(unsigned int) k->encrypted[i]);
printf("\n");
printf(" owner: %s\n", k->owner);