Change mention of Makefile.ssl to Makefile.

This commit is contained in:
Andy Polyakov 2005-06-06 08:35:49 +00:00
parent 3ecbd099eb
commit cd27b13b1d

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