diff options
author | Werner Koch <wk@gnupg.org> | 2000-10-10 14:58:43 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2000-10-10 14:58:43 +0200 |
commit | 5a9ea8ff5c942304696463b47d852f475323c69f (patch) | |
tree | f7173ad82644c4449d06885f4c655d025b101cf6 /g10/delkey.c | |
parent | Added the arcfour cipher which is of use for GNUTLS. (diff) | |
download | gnupg2-5a9ea8ff5c942304696463b47d852f475323c69f.tar.xz gnupg2-5a9ea8ff5c942304696463b47d852f475323c69f.zip |
Changed keyring handling - saving still does not work.
Added new cipher mode and updated cipher test program.
Diffstat (limited to 'g10/delkey.c')
-rw-r--r-- | g10/delkey.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/delkey.c b/g10/delkey.c index 91413edd8..f4bfd01e4 100644 --- a/g10/delkey.c +++ b/g10/delkey.c @@ -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) ); |