aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2018-05-20 20:56:35 -0700
committerSteven Fackler <[email protected]>2018-05-20 20:56:35 -0700
commit58c273845fe04a7bc4378beb369a7d477f43144e (patch)
treeab170b9f75be953b0829fe51e5813f73065ed5c9
parentMerge pull request #928 from sfackler/revert-927-move-prot-accessors (diff)
downloadrust-openssl-58c273845fe04a7bc4378beb369a7d477f43144e.tar.xz
rust-openssl-58c273845fe04a7bc4378beb369a7d477f43144e.zip
Fix changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d9bd633..4b84c4b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,8 +11,8 @@
* The `X509_V_ERR_INVALID_CALL`, `X509_V_ERR_STORE_LOOKUP`, and
`X509_V_ERR_PROXY_SUBJECT_NAME_VIOLATION` constants in `openssl-sys` are now only present when
building against 1.1.0g and up rather than 1.1.0.
-* `SslContextBuilder::max_proto_version` and `SslContextBuilder::min_proto_version` have been moved
- to `SslContextRef` and are only present when building against 1.1.0g and up rather than 1.1.0.
+* `SslContextBuilder::max_proto_version` and `SslContextBuilder::min_proto_version` are only present
+ when building against 1.1.0g and up rather than 1.1.0.
### Added