forked from espressif/esp-idf
components/openssl: remove unused variate
This commit is contained in:
@@ -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 SSL_use_PrivateKey(SSL *ssl, EVP_PKEY *pkey)
|
||||||
{
|
{
|
||||||
int ret;
|
|
||||||
int ssl_ret;
|
|
||||||
|
|
||||||
SSL_ASSERT(ctx);
|
SSL_ASSERT(ctx);
|
||||||
SSL_ASSERT(pkey);
|
SSL_ASSERT(pkey);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user