From: Bruno Haible Date: Sat, 24 Aug 2019 13:01:44 +0000 (+0200) Subject: crypto/gc-md2: Add comment. X-Git-Tag: v1.0~4697 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=1b88779f4f6cc701aa24007c62b35d3596ce6638;p=gnulib.git crypto/gc-md2: Add comment. * lib/gc-libgcrypt.c: Add comment. --- diff --git a/ChangeLog b/ChangeLog index a41fe24c8f..90b0377f4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-08-24 Bruno Haible + + crypto/gc-md2: Add comment. + * lib/gc-libgcrypt.c: Add comment. + 2019-08-24 Bruno Haible crypto/gc-{md[24],rijndael} tests: Fix link error with --with-libgcrypt. diff --git a/lib/gc-libgcrypt.c b/lib/gc-libgcrypt.c index f92fabc4f3..6c95712bf1 100644 --- a/lib/gc-libgcrypt.c +++ b/lib/gc-libgcrypt.c @@ -29,6 +29,8 @@ /* Get libgcrypt API. */ #include #if GNULIB_GC_MD2 +/* libgcrypt declares GCRY_MD_MD2 but does not actually implement the + MD2 algorithm. Therefore take the implementation from gnulib. */ # include "md2.h" #endif