aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndy Gauge <[email protected]>2017-09-29 09:40:30 -0700
committerAndy Gauge <[email protected]>2017-09-29 09:40:30 -0700
commit9a630441754239b90bbd9df2d8eadc6ee8a217f4 (patch)
treefb032708f036447752c75b165597c2bc3599af9c /README.md
parentBegan bn module documenation (diff)
parentMerge pull request #736 from johnthagen/hide-ec-key (diff)
downloadrust-openssl-9a630441754239b90bbd9df2d8eadc6ee8a217f4.tar.xz
rust-openssl-9a630441754239b90bbd9df2d8eadc6ee8a217f4.zip
Merge branch 'master' into doc-bn
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index c505efd3..4d05ec13 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,13 @@ installation via an environment variable:
set OPENSSL_DIR=C:\OpenSSL-Win64
```
+During the installation process if you select "Copy OpenSSL DLLs to: The OpenSSL binaries (/bin)
+directory", you will need to add them to the `PATH` environment variable:
+
+```
+set PATH=%PATH%;C:\OpenSSL-Win64\bin
+```
+
Now you will need to [install root certificates.](#acquiring-root-certificates)
#### Installing OpenSSL 1.0.2 using vcpkg