Unverified Commit aa304514 authored by Ge Jun's avatar Ge Jun Committed by GitHub

Merge pull request #912 from JayTange/master

modify code: src/brpc/ssl_options.h annotation ciper to cipher
parents 7b95debc e2372747
......@@ -63,7 +63,7 @@ struct ChannelSSLOptions {
ChannelSSLOptions();
// Cipher suites used for SSL handshake.
// The format of this string should follow that in `man 1 cipers'.
// The format of this string should follow that in `man 1 ciphers'.
// Default: "DEFAULT"
std::string ciphers;
......@@ -136,7 +136,7 @@ struct ServerSSLOptions {
int session_cache_size;
// Cipher suites allowed for each SSL handshake. The format of this string
// should follow that in `man 1 cipers'. If empty, OpenSSL will choose
// should follow that in `man 1 ciphers'. If empty, OpenSSL will choose
// a default cipher based on the certificate information
// Default: ""
std::string ciphers;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment