From 7ce40d9931ab9f16c83b282eb0f2ba1ebefd7079 Mon Sep 17 00:00:00 2001 From: Adriaan de Jong Date: Sat, 2 Jul 2011 11:00:49 +0200 Subject: Added SHA_DIGEST_SIZE definition Signed-off-by: Adriaan de Jong Acked-by: James Yonan Acked-by: Gert Doering Signed-off-by: David Sommerseth --- crypto_polarssl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto_polarssl.h') diff --git a/crypto_polarssl.h b/crypto_polarssl.h index 190c75d..0224917 100644 --- a/crypto_polarssl.h +++ b/crypto_polarssl.h @@ -67,5 +67,6 @@ typedef md_context_t hmac_ctx_t; #define OPENVPN_OP_DECRYPT POLARSSL_DECRYPT #define MD5_DIGEST_LENGTH 16 +#define SHA_DIGEST_LENGTH 20 #endif /* CRYPTO_POLARSSL_H_ */ -- cgit