diff options
author | Werner Koch <[email protected]> | 1998-04-02 10:30:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-02 10:30:03 +0000 |
commit | 303b1084d51dd1f9d3e614497f180a66744f5185 (patch) | |
tree | 3e482ba03967ff3f324184e19ecc91016ce4b939 /g10/getkey.c | |
parent | some cleanups (diff) | |
download | gnupg-303b1084d51dd1f9d3e614497f180a66744f5185.tar.gz gnupg-303b1084d51dd1f9d3e614497f180a66744f5185.zip |
release 0.2.14
Diffstat (limited to '')
-rw-r--r-- | g10/getkey.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/g10/getkey.c b/g10/getkey.c index e8d9d15a5..edc5c8355 100644 --- a/g10/getkey.c +++ b/g10/getkey.c @@ -81,8 +81,6 @@ add_keyring( const char *name ) STRLIST sl; int rc; - /* FIXME: check wether this one is available etc */ - /* maybe we should do this later */ if( *name != '/' ) { /* do tilde expansion etc */ char *p ; @@ -101,7 +99,7 @@ add_keyring( const char *name ) sl->next = keyrings; keyrings = sl; - /* FIXME: We should remove much out of this module and + /* fixme: We should remove much out of this module and * combine it with the keyblock stuff from ringedit.c * For now we will simple add the filename as keyblock resource */ @@ -131,8 +129,6 @@ add_secret_keyring( const char *name ) STRLIST sl; int rc; - /* FIXME: check wether this one is available etc */ - /* my be we should do this later */ if( *name != '/' ) { /* do tilde expansion etc */ char *p ; @@ -151,7 +147,7 @@ add_secret_keyring( const char *name ) sl->next = secret_keyrings; secret_keyrings = sl; - /* FIXME: We should remove much out of this mpdule and + /* fixme: We should remove much out of this mpdule and * combine it with the keyblock stuff from ringedit.c * For now we will simple add the filename as keyblock resource */ |