Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#2800 closed task (fixed)

OpenSSL Testsuite

Reported by: DJ Lucas Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

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

Change History (2)

comment:1 by bdubbs@…, 17 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 7714.

comment:2 by (none), 15 years ago

Milestone: 6.4

Milestone 6.4 deleted

Note: See TracTickets for help on using tickets.