aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-10-19 10:39:00 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-10-19 10:39:44 +0200
commitb98ea819035066b51cd7094ac71304d0cc96acd0 (patch)
tree2198d82036aea8b50fbf63d0b97bb4f958484259 /include
parentbeeca3c6501d8fa792fd62a975d01a41595e7674 (diff)
downloadlibssh-b98ea819035066b51cd7094ac71304d0cc96acd0.tar.gz
libssh-b98ea819035066b51cd7094ac71304d0cc96acd0.tar.xz
libssh-b98ea819035066b51cd7094ac71304d0cc96acd0.zip
wrapper: Fix compilation with gcrypt.
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libgcrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libgcrypt.h b/include/libssh/libgcrypt.h
index 54982063..c1844a53 100644
--- a/include/libssh/libgcrypt.h
+++ b/include/libssh/libgcrypt.h
@@ -29,6 +29,7 @@
typedef gcry_md_hd_t SHACTX;
typedef gcry_md_hd_t MD5CTX;
typedef gcry_md_hd_t HMACCTX;
+typedef void *EVPCTX;
#define SHA_DIGEST_LENGTH 20
#define SHA_DIGEST_LEN SHA_DIGEST_LENGTH
#define MD5_DIGEST_LEN 16