diff options
author | Andy Polyakov <appro@openssl.org> | 2005-06-06 08:35:49 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-06-06 08:35:49 +0000 |
commit | cd27b13b1dec5fc9998374a76eb82c7163fb6f05 (patch) | |
tree | 7b1ddd2c053c9831e34fabd1b19b0f72bd9799ec /PROBLEMS | |
parent | 3ecbd099ebdb89bbcd18ca28cf484dbf84589a89 (diff) | |
download | openssl-new-cd27b13b1dec5fc9998374a76eb82c7163fb6f05.tar.gz |
Change mention of Makefile.ssl to Makefile.
Diffstat (limited to 'PROBLEMS')
-rw-r--r-- | PROBLEMS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |