summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cipher/cipher-ocb.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cipher/cipher-ocb.c b/cipher/cipher-ocb.c
index 652683ca..62e79bbd 100644
--- a/cipher/cipher-ocb.c
+++ b/cipher/cipher-ocb.c
@@ -300,8 +300,9 @@ _gcry_cipher_ocb_authenticate (gcry_cipher_hd_t c, const unsigned char *abuf,
/* Checksumming for encrypt and decrypt. */
-static void ocb_checksum(unsigned char *chksum, const unsigned char *plainbuf,
- size_t nblks)
+static void
+ocb_checksum (unsigned char *chksum, const unsigned char *plainbuf,
+ size_t nblks)
{
while (nblks > 0)
{