summaryrefslogtreecommitdiffstats
path: root/PROBLEMS
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2004-05-11 12:46:24 +0000
committerBen Laurie <ben@openssl.org>2004-05-11 12:46:24 +0000
commit3642f632d3120ca512e11613cab14d69ca66fe73 (patch)
treecabb035fcc5dd6096f511250c17b652fe010551c /PROBLEMS
parentaaa16d00017d801bc583bc93da4337b37dc7a9bd (diff)
Pull FIPS back into stable.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS4
1 files changed, 2 insertions, 2 deletions
diff --git a/PROBLEMS b/PROBLEMS
index 85e96a5ebe..d6731b1b13 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