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
1dc52db5
Commit
1dc52db5
authored
Jul 13, 2019
by
zhujiashun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove duplicate inline def in ssl_compat.h
parent
40b13429
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
ssl_compat.h
src/butil/ssl_compat.h
+0
-4
No files found.
src/butil/ssl_compat.h
View file @
1dc52db5
...
...
@@ -516,10 +516,6 @@ BRPC_INLINE int EVP_PKEY_base_id(const EVP_PKEY *pkey) {
return
EVP_PKEY_type
(
pkey
->
type
);
}
BRPC_INLINE
int
EVP_PKEY_base_id
(
const
EVP_PKEY
*
pkey
)
{
return
EVP_PKEY_type
(
pkey
->
type
);
}
#endif
/* OPENSSL_VERSION_NUMBER < 0x0090801fL */
#endif
/* BUTIL_SSL_COMPAT_H */
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