mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
components/openssl: remove unused variate
This commit is contained in:
parent
5c5f7eb7fe
commit
12b72e91af
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user