]> Savannah Git Hosting - gnulib.git/commitdiff
crypto/gc-md2: Add comment.
authorBruno Haible <bruno@clisp.org>
Sat, 24 Aug 2019 13:01:44 +0000 (15:01 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 24 Aug 2019 13:01:44 +0000 (15:01 +0200)
* lib/gc-libgcrypt.c: Add comment.

ChangeLog
lib/gc-libgcrypt.c

index a41fe24c8f1a8825e58670c4af1ea7bb0bf575dd..90b0377f4c3947fc0a047683f74a014630ca946b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-24  Bruno Haible  <bruno@clisp.org>
+
+       crypto/gc-md2: Add comment.
+       * lib/gc-libgcrypt.c: Add comment.
+
 2019-08-24  Bruno Haible  <bruno@clisp.org>
 
        crypto/gc-{md[24],rijndael} tests: Fix link error with --with-libgcrypt.
index f92fabc4f321a54643c550b99ce1caf2f5894338..6c95712bf1d199b9e2e0e92751d8bc1a6ddb078a 100644 (file)
@@ -29,6 +29,8 @@
 /* Get libgcrypt API. */
 #include <gcrypt.h>
 #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