diff options
Diffstat (limited to 'include/libssh/libgcrypt.h')
-rw-r--r-- | include/libssh/libgcrypt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/libgcrypt.h b/include/libssh/libgcrypt.h index b8704d5..104fdee 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 */ |