diff options
| author | Steven Fackler <[email protected]> | 2018-04-30 20:53:12 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2018-04-30 20:53:12 -0700 |
| commit | cc8866ac3c7271f650b7040c742e32caec3607b4 (patch) | |
| tree | 1ccf5847abb3f77411f0aad392945380bc147edc | |
| parent | Flag off constants added in 1.0.2h (diff) | |
| download | rust-openssl-cc8866ac3c7271f650b7040c742e32caec3607b4.tar.xz rust-openssl-cc8866ac3c7271f650b7040c742e32caec3607b4.zip | |
Fix changelog typo
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 02297dfa..c0734265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,10 @@ * Added `RsaPrivateKeyBuilder` to allow control over initialization of optional components of an RSA private key. * Added DER encode/decode support to `SslSession`. -* openssl-sys now provides the `OPENSSL_VERSION_NUMBER` and `OPENSSL_LIBRESSL_VERSION_NUMBER` - environment variables to downstream build scripts which contains the hex-encoded version number - of the OpenSSL or LibreSSL distribution being built against. The other variables are deprecated. +* openssl-sys now provides the `DEP_OPENSSL_VERSION_NUMBER` and + `DEP_OPENSSL_LIBRESSL_VERSION_NUMBER` environment variables to downstream build scripts which + contains the hex-encoded version number of the OpenSSL or LibreSSL distribution being built + against. The other variables are deprecated. ## [v0.10.6] - 2018-03-05 |