﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2800	OpenSSL Testsuite	DJ Lucas	blfs-book@…	"OpenSLL test suite instructions recommend installing the config file into a directory that does not exist.


{{{
install -v ./apps/openssl.cnf /etc/ssl/
}}}

should become:

{{{
install -vd /etc/ssl &&
install -v apps/openssl.cnf /etc/ssl
}}}


"	task	closed	normal		BOOK	SVN	medium	fixed		
