diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2007-12-17 18:46:58 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2007-12-17 18:46:58 +0100 |
commit | 3cf329c469084dfa5526cc3ae162f4cffe31f7bd (patch) | |
tree | 02bb26a48e86a69b4d41400d57979e6bf0ab9a86 /Makefile.win | |
parent | update convmap (diff) | |
download | apache2-3cf329c469084dfa5526cc3ae162f4cffe31f7bd.tar.xz apache2-3cf329c469084dfa5526cc3ae162f4cffe31f7bd.zip |
What an obscure reference. Also note the build will append
OPENSSL's LICENSE after the AL in LICENSE.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604940 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r-- | Makefile.win | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.win b/Makefile.win index b1fa9308cd..11ff281c87 100644 --- a/Makefile.win +++ b/Makefile.win @@ -589,7 +589,7 @@ _install: -awk -f <<script.awk < "srclib\openssl\LICENSE" >> "$(INSTDIR)\LICENSE.txt" BEGIN { print ""; - print "For the libeay32.dll, ssleay32.dll and certtool.exe components:"; + print "For the libeay32.dll, ssleay32.dll and openssl.exe components:"; print ""; while ( getline > 0 ) { print $$0; @@ -619,7 +619,7 @@ BEGIN { This binary installation of OpenSSL is a limited distribution of the files derived from the OpenSSL project: - OPENSSL-LICENSE.txt + LICENSE.txt (includes openssl LICENSE) OPENSSL-NEWS.txt OPENSSL-README.txt conf\openssl.cnf |