aboutsummaryrefslogtreecommitdiffstats
path: root/g10/cipher.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-04-02 10:30:03 +0000
committerWerner Koch <[email protected]>1998-04-02 10:30:03 +0000
commit303b1084d51dd1f9d3e614497f180a66744f5185 (patch)
tree3e482ba03967ff3f324184e19ecc91016ce4b939 /g10/cipher.c
parentsome cleanups (diff)
downloadgnupg-303b1084d51dd1f9d3e614497f180a66744f5185.tar.gz
gnupg-303b1084d51dd1f9d3e614497f180a66744f5185.zip
release 0.2.14
Diffstat (limited to 'g10/cipher.c')
-rw-r--r--g10/cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/cipher.c b/g10/cipher.c
index 47b9aaffe..52da03b58 100644
--- a/g10/cipher.c
+++ b/g10/cipher.c
@@ -48,7 +48,7 @@ cipher_filter( void *opaque, int control,
int rc=0;
if( control == IOBUFCTRL_UNDERFLOW ) { /* decrypt */
- rc = -1; /* FIXME:*/
+ rc = -1; /* not yet used */
}
else if( control == IOBUFCTRL_FLUSH ) { /* encrypt */
assert(a);