Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 692240 | Differences between
and this patch

Collapse All | Expand All

(-)libp11-0.4.11.orig/src/p11_rsa.c (-1 / +1 lines)
Lines 336-342 int pkcs11_get_key_size(PKCS11_KEY *key) Link Here
336
	return RSA_size(rsa);
336
	return RSA_size(rsa);
337
}
337
}
338
338
339
#if OPENSSL_VERSION_NUMBER < 0x10100005L || defined(LIBRESSL_VERSION_NUMBER)
339
#if OPENSSL_VERSION_NUMBER < 0x10100005L || ( defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x3000000L )
340
340
341
int (*RSA_meth_get_priv_enc(const RSA_METHOD *meth))
341
int (*RSA_meth_get_priv_enc(const RSA_METHOD *meth))
342
		(int flen, const unsigned char *from,
342
		(int flen, const unsigned char *from,

Return to bug 692240