mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
- (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
|
20091024
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
- djm@cvs.openbsd.org 2009/10/11 23:03:15
|
- djm@cvs.openbsd.org 2009/10/11 23:03:15
|
||||||
|
@ -47,6 +47,9 @@
|
|||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
|
|
||||||
|
/* compatibility with old or broken OpenSSL versions */
|
||||||
|
#include "openbsd-compat/openssl-compat.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user