Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
aa304514
Unverified
Commit
aa304514
authored
Aug 30, 2019
by
Ge Jun
Committed by
GitHub
Aug 30, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #912 from JayTange/master
modify code: src/brpc/ssl_options.h annotation ciper to cipher
parents
7b95debc
e2372747
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ssl_options.h
src/brpc/ssl_options.h
+2
-2
No files found.
src/brpc/ssl_options.h
View file @
aa304514
...
...
@@ -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 cip
h
ers'.
// 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 cip
h
ers'. If empty, OpenSSL will choose
// a default cipher based on the certificate information
// Default: ""
std
::
string
ciphers
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment