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

(-)crda-3.18/reglib.c (-1 / +1 lines)
Lines 111-117 int reglib_verify_db_signature(uint8_t * Link Here
111
			goto out;
111
			goto out;
112
		}
112
		}
113
113
114
#if OPENSSL_VERSION_NUMBER < 0x10100000L
114
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
115
		rsa->e = rsa_e;
115
		rsa->e = rsa_e;
116
		rsa->n = rsa_n;
116
		rsa->n = rsa_n;
117
#else
117
#else

Return to bug 669596