mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [authfile.c] Add OpenSSL compat header so this still builds with
older versions of OpenSSL.
This commit is contained in:
parent
4d6656b103
commit
e89ed1cfca
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue