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

(-)ssl-cert.eclass.orig (-1 / +1 lines)
Lines 25-31 Link Here
25
	SSL_SERIAL="${T}/${$}ca.ser"
25
	SSL_SERIAL="${T}/${$}ca.ser"
26
	# Location of some random files OpenSSL can use: don't use
26
	# Location of some random files OpenSSL can use: don't use
27
	# /dev/u?random here -- doesn't work properly on all platforms
27
	# /dev/u?random here -- doesn't work properly on all platforms
28
	SSL_RANDOM="${T}/evironment:${T}/eclass-debug.log:/etc/resolv.conf"
28
	SSL_RANDOM="${T}/environment:${T}/eclass-debug.log:/etc/resolv.conf"
29
29
30
	# These can be overridden in the ebuild
30
	# These can be overridden in the ebuild
31
	SSL_DAYS="${SSL_BITS:-730}"
31
	SSL_DAYS="${SSL_BITS:-730}"

Return to bug 50192