Skip to content

Commit

Permalink
remove double declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
cps-b committed Nov 30, 2023
1 parent 836d926 commit 2557a75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/openssl_lib_mock.h
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,6 @@ class OpenSSLLibMock : public OpenSSLLibMockInterface
MOCK_METHOD1(EVP_MAC_free, void(EVP_MAC *));
MOCK_METHOD0(OSSL_LIB_CTX_new, OSSL_LIB_CTX *());
MOCK_METHOD1(OSSL_LIB_CTX_free, void(OSSL_LIB_CTX *));
MOCK_METHOD3(SSL_OSSL_PARAM_construct_utf8_string, OSSL_PARAM(const char *, char *, size_t));
MOCK_METHOD0(SSL_OSSL_PARAM_construct_end, OSSL_PARAM());


/*MOCK_METHOD1(SSL_HMAC_CTX_free, void(HMAC_CTX *));
Expand Down

0 comments on commit 2557a75

Please sign in to comment.