From 303b1084d51dd1f9d3e614497f180a66744f5185 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 2 Apr 1998 10:30:03 +0000 Subject: release 0.2.14 --- g10/cipher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g10/cipher.c') 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); -- cgit