summaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-04-02 12:30:03 +0200
committerWerner Koch <wk@gnupg.org>1998-04-02 12:30:03 +0200
commit303b1084d51dd1f9d3e614497f180a66744f5185 (patch)
tree3e482ba03967ff3f324184e19ecc91016ce4b939 /g10/g10.c
parentsome cleanups (diff)
downloadgnupg2-303b1084d51dd1f9d3e614497f180a66744f5185.tar.xz
gnupg2-303b1084d51dd1f9d3e614497f180a66744f5185.zip
release 0.2.14
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index cf8d31be2..b6aee3e67 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -635,8 +635,10 @@ main( int argc, char **argv )
/* reading data and passphrase form stdin:
* we assume the first line is the passphrase, so
* we better should read it now.
+ *
+ * We should do it here, but for now it is not needed.
+ * Anyway, this password scheme is not quite good
*/
- /* FIXME: doit */
}
}