> For the complete documentation index, see [llms.txt](https://www.redteam.cafe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.redteam.cafe/phishing/error-solves-random/rust-openssl-install-issues.md).

# Rust OPENSSL install issues

install openssl using choco install openssl&#x20;

set environment variables

```
set OPENSSL_DIR=%PROGRAMFILES%\OpenSSL-Win64
set OPENSSL_LIB_DIR=%PROGRAMFILES%\OpenSSL-Win64\lib\VC\x64\MD
```

ref : <https://github.com/sfackler/rust-openssl/issues/766>
