aboutsummaryrefslogtreecommitdiffstats
path: root/g10/cardglue.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/cardglue.h')
-rw-r--r--g10/cardglue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/cardglue.h b/g10/cardglue.h
index b653f36dd..50b292227 100644
--- a/g10/cardglue.h
+++ b/g10/cardglue.h
@@ -181,6 +181,7 @@ void log_printhex (const char *text, const void *buffer, size_t length);
#define GCRY_MD_SHA384 DIGEST_ALGO_SHA384
#define GCRY_MD_SHA512 DIGEST_ALGO_SHA512
#define GCRY_MD_SHA224 DIGEST_ALGO_SHA224
+#define GCRY_MD_MD5 DIGEST_ALGO_MD5
void gcry_mpi_release (MPI a);
MPI gcry_mpi_set_opaque (MPI a, void *p, unsigned int len);