summaryrefslogtreecommitdiffstats
path: root/include/libssh/libgcrypt.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-07 18:22:19 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-08 15:28:31 +0200
commitf81444bd57095cf8ff8e76b50f662aad0757f574 (patch)
tree70a1acb7b15be082cf66456b97b252fe6fb5f4dd /include/libssh/libgcrypt.h
parent38d00c0e7aa9d9104c7d3453bf57fde9678ff75b (diff)
downloadlibssh-f81444bd57095cf8ff8e76b50f662aad0757f574.tar.gz
libssh-f81444bd57095cf8ff8e76b50f662aad0757f574.tar.xz
libssh-f81444bd57095cf8ff8e76b50f662aad0757f574.zip
pki: Add pki_do_sign().
Diffstat (limited to 'include/libssh/libgcrypt.h')
-rw-r--r--include/libssh/libgcrypt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/libgcrypt.h b/include/libssh/libgcrypt.h
index 3afbcb4..6554555 100644
--- a/include/libssh/libgcrypt.h
+++ b/include/libssh/libgcrypt.h
@@ -37,7 +37,9 @@ typedef gcry_md_hd_t HMACCTX;
#define SHA384_DIGEST_LENGTH 48
#define SHA512_DIGEST_LENGTH 64
+#ifndef EVP_MAX_MD_SIZE
#define EVP_MAX_MD_SIZE 36
+#endif
typedef gcry_mpi_t bignum;