projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ecbd09
)
Change mention of Makefile.ssl to Makefile.
author
Andy Polyakov
<appro@openssl.org>
Mon, 6 Jun 2005 08:35:49 +0000
(08:35 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 6 Jun 2005 08:35:49 +0000
(08:35 +0000)
PROBLEMS
patch
|
blob
|
history
diff --git
a/PROBLEMS
b/PROBLEMS
index a4c6e338ce5e25ada9e8fcf162f8ba653c487dd5..e553af6a3b2d6cb6f3c81c21a5181405f06a76a0 100644
(file)
--- 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