summaryrefslogtreecommitdiff
path: root/INSTALL.WCE
diff options
context:
space:
mode:
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>2019-09-18 11:03:10 +0200
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>2019-09-18 11:43:18 +0200
commit7e25cb9bea3993135aa8154a98032fd30fc16e1c (patch)
treec370963af9d3650f2948de894973bdadd1387a09 /INSTALL.WCE
parent8040c4abffc67a27104fc7d4d5ddf302042b9cad (diff)
downloadopenssl-7e25cb9bea3993135aa8154a98032fd30fc16e1c.tar.gz
openssl-7e25cb9bea3993135aa8154a98032fd30fc16e1c.tar.bz2
openssl-7e25cb9bea3993135aa8154a98032fd30fc16e1c.zip
Imported Upstream version 1.0.2tupstream/1.0.2t
Diffstat (limited to 'INSTALL.WCE')
-rw-r--r--INSTALL.WCE13
1 files changed, 12 insertions, 1 deletions
diff --git a/INSTALL.WCE b/INSTALL.WCE
index d78c61a..490685d 100644
--- a/INSTALL.WCE
+++ b/INSTALL.WCE
@@ -35,6 +35,17 @@
redirects IO to active sync link, while PortSDK - to NT-like console
driver on the handheld itself.
+ CAVEAT LECTOR
+ -------------
+
+ ### Default install and config paths
+
+ ./Configure defaults to '/usr/local/ssl' as installation top. This is
+ suitable for Unix, but not for Windows, where this usually is a world
+ writable directory and therefore accessible for change by untrusted users.
+ It is therefore recommended to set your own --prefix or --openssldir to
+ some location that is not world writeable (see the example above)
+
Building
--------
@@ -61,7 +72,7 @@
Next you should run Configure:
- > perl Configure VC-CE
+ > perl Configure VC-CE --prefix=c:\some\openssl\dir
Next you need to build the Makefiles: