Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 684294
Collapse All | Expand All

(-)freerdp-2.0.0-rc4/libfreerdp/crypto/tls.c (-1 / +1 lines)
Lines 1026-1032 Link Here
1026
	 * FIXME: The following code does not work on OpenSSL > 1.1.0 because the
1026
	 * FIXME: The following code does not work on OpenSSL > 1.1.0 because the
1027
	 *        SSL struct is opaqe now
1027
	 *        SSL struct is opaqe now
1028
	 */
1028
	 */
1029
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
1029
#if ( OPENSSL_VERSION_NUMBER < 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) ) || ( !defined(OPENSSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2090000f)
1030
1030
1031
	if (tls->alertDescription != TLS_ALERT_DESCRIPTION_CLOSE_NOTIFY)
1031
	if (tls->alertDescription != TLS_ALERT_DESCRIPTION_CLOSE_NOTIFY)
1032
	{
1032
	{

Return to bug 684294