From: Richard Levitte Date: Sat, 27 Sep 2003 10:39:21 +0000 (+0000) Subject: Correct small documentation error. X-Git-Tag: OpenSSL_0_9_6k~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6023462f600f7e466d65f9d9e81949faf44b1fb6;p=oweals%2Fopenssl.git Correct small documentation error. PR: 698 --- diff --git a/INSTALL.W32 b/INSTALL.W32 index 7c7cee4d5e..0b4ec1f5d6 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -216,7 +216,7 @@ $ md c:\openssl\lib $ md c:\openssl\include $ md c:\openssl\include\openssl - $ copy /b inc32\* c:\openssl\include\openssl + $ copy /b inc32\openssl\* c:\openssl\include\openssl $ copy /b out32dll\ssleay32.lib c:\openssl\lib $ copy /b out32dll\libeay32.lib c:\openssl\lib $ copy /b out32dll\ssleay32.dll c:\openssl\bin