Skip to content

Commit

Permalink
Merge pull request #841 from zyearn/remove_dup_inline
Browse files Browse the repository at this point in the history
remove duplicate inline def in ssl_compat.h
  • Loading branch information
jamesge authored Jul 13, 2019
2 parents e09b620 + 1dc52db commit 96665f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/butil/ssl_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 96665f3

Please sign in to comment.