Skip to content

Commit

Permalink
tls13secretstest.c: add dummy test function
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeev-0 committed Mar 4, 2024
1 parent dfad9a3 commit c4ad902
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/tls13secretstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ int ssl_cipher_get_evp_cipher(SSL_CTX *ctx, const SSL_CIPHER *sslc,
return 0;
}

int ssl_cipher_get_evp_md_mac(SSL_CTX *ctx, const SSL_CIPHER *sslc,
const EVP_MD **md,
int *mac_pkey_type, size_t *mac_secret_size)
{
return 0;
}

int ssl_cipher_get_evp(SSL_CTX *ctx, const SSL_SESSION *s,
const EVP_CIPHER **enc, const EVP_MD **md,
int *mac_pkey_type, size_t *mac_secret_size,
Expand Down

0 comments on commit c4ad902

Please sign in to comment.