Browse Source

components/openssl: remove unused variate

dongheng 9 năm trước cách đây
mục cha
commit
12b72e91af
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      components/openssl/library/ssl_pkey.c

+ 0 - 3
components/openssl/library/ssl_pkey.c

@@ -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);