From: Andy Polyakov Date: Mon, 6 Jun 2005 08:35:49 +0000 (+0000) Subject: Change mention of Makefile.ssl to Makefile. X-Git-Tag: OpenSSL_0_9_8k^2~2037 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=cd27b13b1dec5fc9998374a76eb82c7163fb6f05 Change mention of Makefile.ssl to Makefile. --- diff --git a/PROBLEMS b/PROBLEMS index a4c6e338ce..e553af6a3b 100644 --- a/PROBLEMS +++ b/PROBLEMS @@ -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