tls-prf: Remove unused/undeclared argument in TLS 1.0/1.1 PRF constructor

This commit is contained in:
Tobias Brunner
2020-01-28 15:32:43 +01:00
parent ea1f4cd7a9
commit e438915e62
+1 -1
View File
@@ -182,7 +182,7 @@ METHOD(tls_prf_t, destroy10, void,
/**
* 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;