From 15e31eb464b31c30499131e184f77d0ad13dcdec Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 18 Oct 2013 23:21:52 +0200 Subject: wrapper: Add more evp functions. --- include/libssh/libcrypto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/libssh/libcrypto.h') diff --git a/include/libssh/libcrypto.h b/include/libssh/libcrypto.h index 54c78b1..c8b157b 100644 --- a/include/libssh/libcrypto.h +++ b/include/libssh/libcrypto.h @@ -38,6 +38,9 @@ typedef SHA_CTX* SHACTX; typedef SHA256_CTX* SHA256CTX; typedef MD5_CTX* MD5CTX; typedef HMAC_CTX* HMACCTX; +#ifdef HAVE_ECC +typedef EVP_MD_CTX *EVPCTX; +#endif #define SHA_DIGEST_LEN SHA_DIGEST_LENGTH #ifdef MD5_DIGEST_LEN -- cgit