Unverified Commit 96665f33 authored by Ge Jun's avatar Ge Jun Committed by GitHub

Merge pull request #841 from zyearn/remove_dup_inline

remove duplicate inline def in ssl_compat.h
parents e09b620d 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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment