From 4b48bcacc9a242365e85ca788c4c966d8aeb1c10 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 2 Oct 2006 11:54:35 +0000 Subject: Fix for bug 537 --- 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 b33deb28b..08395575f 100644 --- a/g10/cipher.c +++ b/g10/cipher.c @@ -142,7 +142,7 @@ cipher_filter( void *opaque, int control, byte temp[22]; assert( hashlen == 20 ); - /* we must hash the prefix of the MDC packet here */ + /* We must hash the prefix of the MDC packet here. */ temp[0] = 0xd3; temp[1] = 0x14; gcry_md_putc (cfx->mdc_hash, temp[0]); -- cgit