components/openssl: remove unused variate

This commit is contained in:
dongheng 2016-09-23 14:58:14 +08:00
parent 5c5f7eb7fe
commit 12b72e91af

View file

@ -118,9 +118,6 @@ int SSL_CTX_use_PrivateKey(SSL_CTX *ctx, EVP_PKEY *pkey)
*/
int SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey)
{
int ret;
int ssl_ret;
SSL_ASSERT(ctx);
SSL_ASSERT(pkey);