mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
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:
parent
f8ffaabb9d
commit
3064e7b052
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=138670
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user