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

(-)a/runtime/nsd_ossl.c (-1 / +1 lines)
Lines 1381-1387 Link Here
1381
	if (SSL_get_shared_ciphers(pNsd->ssl,szDbg, sizeof szDbg) != NULL)
1381
	if (SSL_get_shared_ciphers(pNsd->ssl,szDbg, sizeof szDbg) != NULL)
1382
		dbgprintf("osslPostHandshakeCheck: Debug Shared ciphers = %s\n", szDbg);
1382
		dbgprintf("osslPostHandshakeCheck: Debug Shared ciphers = %s\n", szDbg);
1383
1383
1384
	#if OPENSSL_VERSION_NUMBER >= 0x10002000L
1384
	#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)
1385
	if(SSL_get_shared_curve(pNsd->ssl, -1) == 0) {
1385
	if(SSL_get_shared_curve(pNsd->ssl, -1) == 0) {
1386
		LogError(0, RS_RET_NO_ERRCODE, "nsd_ossl:"
1386
		LogError(0, RS_RET_NO_ERRCODE, "nsd_ossl:"
1387
"No shared curve between syslog client and server.");
1387
"No shared curve between syslog client and server.");

Return to bug 750842