summaryrefslogtreecommitdiffstats
path: root/include/libssh/libcrypto.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-10-18 23:21:52 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-10-18 23:50:06 +0200
commit5b7f07b484c47497b371b97578c0581b4e96fce4 (patch)
treea839238b241c914778af64788ba9fcfe511ec187 /include/libssh/libcrypto.h
parentec5278e34dd8271c696fe5f54ebc114dc132fe8c (diff)
wrapper: Add more evp functions.
Diffstat (limited to 'include/libssh/libcrypto.h')
-rw-r--r--include/libssh/libcrypto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libssh/libcrypto.h b/include/libssh/libcrypto.h
index 54c78b16..c8b157b0 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