- (dtucker) Bug #1840: fix warning when configuring --with-ssl-engine, patch

from vapier at gentoo org.
This commit is contained in:
Darren Tucker 2010-11-22 17:59:00 +11:00
parent 0a1847347d
commit 9e0ff7afc8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
20101122
- (dtucker) Bug #1840: fix warning when configuring --with-ssl-engine, patch
from vapier at gentoo org.
20101120
- OpenBSD CVS Sync
- djm@cvs.openbsd.org 2010/11/05 02:46:47

View File

@ -1,4 +1,4 @@
/* $Id: openssl-compat.c,v 1.9 2010/01/28 23:54:11 dtucker Exp $ */
/* $Id: openssl-compat.c,v 1.10 2010/11/22 06:59:00 dtucker Exp $ */
/*
* Copyright (c) 2005 Darren Tucker <dtucker@zip.com.au>
@ -20,6 +20,7 @@
#ifdef USE_OPENSSL_ENGINE
# include <openssl/engine.h>
# include <openssl/conf.h>
#endif
#define SSH_DONT_OVERLOAD_OPENSSL_FUNCS