summaryrefslogtreecommitdiffstats
path: root/PROBLEMS
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-06-06 08:36:31 +0000
committerAndy Polyakov <appro@openssl.org>2005-06-06 08:36:31 +0000
commiteb6a81baccfaa00345e0d2703b9ab37795ddda81 (patch)
tree8fbad025e339df257b4f7ae60ee94cbb689852dd /PROBLEMS
parent6687f129880b8af4d8e8f70f1152c3c395fb37e7 (diff)
Change mention of Makefile.ssl to Makefile.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS4
1 files changed, 2 insertions, 2 deletions
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