diff options
Diffstat (limited to '')
-rw-r--r-- | g10/cipher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/cipher.c b/g10/cipher.c index 08395575f..802c01905 100644 --- a/g10/cipher.c +++ b/g10/cipher.c @@ -44,7 +44,7 @@ static void write_header( cipher_filter_context_t *cfx, IOBUF a ) { - gcry_error_t err; + gcry_error_t err; PACKET pkt; PKT_encrypted ed; byte temp[18]; |