From e9b3ad73baf25fa780f853e40f91ce74f0381c76 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 17 Jan 2012 14:03:34 +1100 Subject: - (dtucker) [configure.ac mac.c openbsd-compat/openssl-compat.h] Add null implementation of HMAC_CTX_init for the benefit of old versions of OpenSSL that don't have it. --- mac.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mac.c') diff --git a/mac.c b/mac.c index da7b5d8bb..332d3c621 100644 --- a/mac.c +++ b/mac.c @@ -44,6 +44,8 @@ #include "umac.h" +#include "openbsd-compat/openssl-compat.h" + #define SSH_EVP 1 /* OpenSSL EVP-based MAC */ #define SSH_UMAC 2 /* UMAC (not integrated with OpenSSL) */ -- cgit v1.2.3