From 216cb8b1aa86d6fd5cf8db38938e70d5986403cd Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 4 Feb 2012 23:37:25 +0100 Subject: crypto: Add evp hashing function. --- include/libssh/libgcrypt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/libgcrypt.h') diff --git a/include/libssh/libgcrypt.h b/include/libssh/libgcrypt.h index b8704d53..104fdee1 100644 --- a/include/libssh/libgcrypt.h +++ b/include/libssh/libgcrypt.h @@ -41,6 +41,8 @@ typedef gcry_md_hd_t HMACCTX; #define EVP_MAX_MD_SIZE 36 #endif +#define EVP_DIGEST_LEN EVP_MAX_MD_SIZE + typedef gcry_mpi_t bignum; /* missing gcrypt functions */ -- cgit