- (dtucker) [authfile.c] Add OpenSSL compat header so this still builds with

older versions of OpenSSL.
This commit is contained in:
Darren Tucker 2009-11-05 20:43:16 +11:00
parent 4d6656b103
commit e89ed1cfca
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -47,6 +47,9 @@
#include <openssl/evp.h>
#include <openssl/pem.h>
/* compatibility with old or broken OpenSSL versions */
#include "openbsd-compat/openssl-compat.h"
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>