Opened 18 years ago

Closed 18 years ago

Last modified 16 years ago

#2800 closed task (fixed)

OpenSSL Testsuite

Reported by: DJ Lucas Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: medium 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@…, 18 years ago

Resolution: → fixed
Status: new → closed

Fixed at revision 7714.

comment:2 by (none), 16 years ago

Milestone: 6.4

Milestone 6.4 deleted

Note: See TracTickets for help on using tickets.