Change mention of Makefile.ssl to Makefile.

This commit is contained in:
Andy Polyakov 2005-06-06 08:36:31 +00:00
parent 6687f12988
commit eb6a81bacc

View File

@ -12,8 +12,8 @@ along the whole library path before it bothers looking for .a libraries. This
means that -L switches won't matter unless OpenSSL is built with shared
library support.
The workaround may be to change the following lines in apps/Makefile.ssl and
test/Makefile.ssl:
The workaround may be to change the following lines in apps/Makefile and
test/Makefile:
LIBCRYPTO=-L.. -lcrypto
LIBSSL=-L.. -lssl