You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ja...@apache.org on 2019/08/30 11:19:06 UTC

[incubator-brpc] branch master updated: modify code: src/brpc/ssl_options.h annotation ciper to cipher

This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new e237274  modify code: src/brpc/ssl_options.h annotation ciper to cipher
     new aa30451  Merge pull request #912 from JayTange/master
e237274 is described below

commit e2372747ad6be7deff0b652e7310b4595df88a64
Author: tangjie <ta...@baidu.com>
AuthorDate: Fri Aug 30 14:40:03 2019 +0800

    modify code: src/brpc/ssl_options.h annotation ciper to cipher
---
 src/brpc/ssl_options.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/brpc/ssl_options.h b/src/brpc/ssl_options.h
index 9ba0195..76fb658 100644
--- a/src/brpc/ssl_options.h
+++ b/src/brpc/ssl_options.h
@@ -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;


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org