From f58dfc7b1da01c86615d9ee4a436d00f5895ce2e Mon Sep 17 00:00:00 2001 From: FrancisANDRE Date: Sun, 13 Dec 2015 12:37:49 +0100 Subject: [PATCH] Fix typo. Signed-off-by: FrancisANDRE --- doc/00200-GettingStarted.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/00200-GettingStarted.page b/doc/00200-GettingStarted.page index 7967ded71..b2aafa796 100644 --- a/doc/00200-GettingStarted.page +++ b/doc/00200-GettingStarted.page @@ -139,7 +139,7 @@ Depending on where you have installed the OpenSSL libraries, you might have to edit the build script (buildwin.cmd), or add the necessary paths to the INCLUDE and LIB environment variables. To disable internal automatic linking of supplied binaries, define POCO_EXTERNAL_OPENSSL -in your build envornment. Alternatively, you can either rename your binaries, +in your build environment. Alternatively, you can either rename your binaries, or edit the %POCO_BASE%\Crypto\include\Poco\Crypto\Crypto.h file if the names of the OpenSSL libraries from your build differ from the names used thereof (look for "#pragma comment" lines in Crypto.h).