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:
parent
e354b518d3
commit
e3b897b52d
6 changed files with 20 additions and 4 deletions
|
@ -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 ) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue