1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

About to release 1.0.6

This commit is contained in:
Werner Koch 2001-05-29 06:58:58 +00:00
parent e354b518d3
commit e3b897b52d
6 changed files with 20 additions and 4 deletions

View file

@ -1755,6 +1755,9 @@ generate_subkeypair( KBNODE pub_keyblock, KBNODE sec_keyblock )
}
}
if (sk->version < 4)
log_info (_("NOTE: creating subkeys for v3 keys "
"is not OpenPGP compliant\n"));
/* unprotect to get the passphrase */
switch( is_secret_key_protected( sk ) ) {