tls-prf: Remove unused/undeclared argument in TLS 1.0/1.1 PRF constructor
This commit is contained in:
@@ -182,7 +182,7 @@ METHOD(tls_prf_t, destroy10, void,
|
|||||||
/**
|
/**
|
||||||
* See header
|
* See header
|
||||||
*/
|
*/
|
||||||
tls_prf_t *tls_prf_create_10(pseudo_random_function_t prf)
|
tls_prf_t *tls_prf_create_10()
|
||||||
{
|
{
|
||||||
private_tls_prf10_t *this;
|
private_tls_prf10_t *this;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user