From: Richard Levitte Date: Sat, 27 Sep 2003 10:39:19 +0000 (+0000) Subject: Correct small documentation error. X-Git-Tag: OpenSSL_0_9_7c~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4097dce455577cefcddf75b97d4e9bf644b150cd;p=oweals%2Fopenssl.git Correct small documentation error. PR: 698 --- diff --git a/INSTALL.W32 b/INSTALL.W32 index 78d289e16a..0f6c302f0d 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -225,7 +225,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