From 090c27c5b89a455b93ab5d3feda4645b2a922a30 Mon Sep 17 00:00:00 2001 From: dtucker Date: Thu, 5 Nov 2009 09:43:16 +0000 Subject: [PATCH] - (dtucker) [authfile.c] Add OpenSSL compat header so this still builds with older versions of OpenSSL. --- ChangeLog | 4 ++++ authfile.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 37c92818..1bdeea27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20091105 + - (dtucker) [authfile.c] Add OpenSSL compat header so this still builds with + older versions of OpenSSL. + 20091024 - (dtucker) OpenBSD CVS Sync - djm@cvs.openbsd.org 2009/10/11 23:03:15 diff --git a/authfile.c b/authfile.c index 22df6c64..fc12c00c 100644 --- a/authfile.c +++ b/authfile.c @@ -47,6 +47,9 @@ #include #include +/* compatibility with old or broken OpenSSL versions */ +#include "openbsd-compat/openssl-compat.h" + #include #include #include -- 2.45.2