X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gcrypt.c;h=af7f2af1131e1132009fec7e1cb50b160bbca928;hp=2a1a90d357dc3fd3cc81803bd0a8ce46a2734f71;hb=c685233a75d7c592ce0574382bc876d88def2a5b;hpb=f6a99f9e27cf84d92fc992677dca9578c5a3b585 diff --git a/gcrypt.c b/gcrypt.c index 2a1a90d3..af7f2af1 100644 --- a/gcrypt.c +++ b/gcrypt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Andre Noll + * Copyright (C) 2011-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -97,7 +97,7 @@ static void mgf1(unsigned char *seed, size_t seed_len, unsigned result_len, { gcry_error_t gret; gcry_md_hd_t handle; - size_t n;; + size_t n; unsigned char *md; unsigned char octet_string[4], *rp = result, *end = rp + result_len;