Enable _FFR_DEAL_WITH_ERROR_SSL to deal with OpenSSL error returns of 0.

PR:		bin/73105
MFC after:	2 days
This commit is contained in:
Gregory Neil Shapiro 2004-12-10 19:15:31 +00:00
parent f8ffaabb9d
commit 3064e7b052
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138670

View File

@ -65,7 +65,7 @@ CLEANFILES+=sm_os.h
.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
# STARTTLS support
CFLAGS+= -DSTARTTLS -D_FFR_TLS_1
CFLAGS+= -DSTARTTLS -D_FFR_TLS_1 -D_FFR_DEAL_WITH_ERROR_SSL
DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
.endif