summaryrefslogtreecommitdiff
path: root/authfile.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-11-05 20:43:16 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-11-05 20:43:16 +1100
commite89ed1cfcae65705b48d3741873d8ab1f76a6cf7 (patch)
treef95160a1cfcfe9d1591c25f2203042e5a7aab2f0 /authfile.c
parent4d6656b1030c2090f8769ce9cce0a9e5dd135945 (diff)
- (dtucker) [authfile.c] Add OpenSSL compat header so this still builds with
older versions of OpenSSL.
Diffstat (limited to 'authfile.c')
-rw-r--r--authfile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/authfile.c b/authfile.c
index 22df6c64b..fc12c00c7 100644
--- a/authfile.c
+++ b/authfile.c
@@ -47,6 +47,9 @@
47#include <openssl/evp.h> 47#include <openssl/evp.h>
48#include <openssl/pem.h> 48#include <openssl/pem.h>
49 49
50/* compatibility with old or broken OpenSSL versions */
51#include "openbsd-compat/openssl-compat.h"
52
50#include <errno.h> 53#include <errno.h>
51#include <fcntl.h> 54#include <fcntl.h>
52#include <stdarg.h> 55#include <stdarg.h>