Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 193383

Summary: ssl-cert.eclass - SSL_DAYS set by SSL_BITS
Product: Gentoo Linux Reporter: chkno
Component: EclassesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description chkno 2007-09-22 07:09:06 UTC
A simple copy/paste error.  In portage/eclass/ssl-cert.eclass

        SSL_DAYS="${SSL_BITS:-730}"
        SSL_BITS="${SSL_BITS:-1024}"

should be

        SSL_DAYS="${SSL_DAYS:-730}"
        SSL_BITS="${SSL_BITS:-1024}"


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-09-22 07:11:46 UTC
Yeah, noone fixed it yet.

*** This bug has been marked as a duplicate of bug 156235 ***