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/07/13 16:01:03 UTC

[incubator-brpc] branch master updated: remove duplicate inline def in ssl_compat.h

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 1dc52db  remove duplicate inline def in ssl_compat.h
     new 96665f3  Merge pull request #841 from zyearn/remove_dup_inline
1dc52db is described below

commit 1dc52db5030f9f9f1f3e0abf7c667c4559d6689d
Author: zhujiashun <zh...@gmail.com>
AuthorDate: Sat Jul 13 22:26:35 2019 +0800

    remove duplicate inline def in ssl_compat.h
---
 src/butil/ssl_compat.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/butil/ssl_compat.h b/src/butil/ssl_compat.h
index 28335a5..370edb0 100644
--- a/src/butil/ssl_compat.h
+++ b/src/butil/ssl_compat.h
@@ -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 */


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