1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Fix last change

This commit is contained in:
Werner Koch 2009-06-05 20:51:52 +00:00
parent 047d97e95e
commit 227d6626b0
2 changed files with 7 additions and 1 deletions

View file

@ -1205,6 +1205,7 @@ store_private_key (const unsigned char *grip,
char hexgrip[40+4+1];
bin2hex (grip, 20, hexgrip);
strcpy (hexgrip+40, ".key");
fname = make_filename (opt_homedir, GNUPG_PRIVATE_KEYS_DIR, hexgrip, NULL);
if (force)