From: Tobias Brunner Date: Tue, 28 Jan 2020 12:55:24 +0000 (+0100) Subject: tls-prf: Remove unused/undeclared argument in TLS 1.0/1.1 PRF constructor X-Git-Tag: 5.8.3dr1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e438915e62fdba6a97493e96c497766860a1ee93;p=thirdparty%2Fstrongswan.git tls-prf: Remove unused/undeclared argument in TLS 1.0/1.1 PRF constructor --- diff --git a/src/libtls/tls_prf.c b/src/libtls/tls_prf.c index f88dbc2b79..605ac27a36 100644 --- a/src/libtls/tls_prf.c +++ b/src/libtls/tls_prf.c @@ -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;