mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Changed keyring handling - saving still does not work.
Added new cipher mode and updated cipher test program.
This commit is contained in:
parent
b75f734a11
commit
5a9ea8ff5c
17 changed files with 322 additions and 198 deletions
|
@ -142,6 +142,7 @@ delete_key( const char *username, int secret )
|
|||
|
||||
|
||||
if( okay ) {
|
||||
#warning MUST FIX THIS!!!
|
||||
rc = delete_keyblock( &kbpos );
|
||||
if( rc ) {
|
||||
log_error("delete_keyblock failed: %s\n", gpg_errstr(rc) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue