]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
tls-prf: Remove unused/undeclared argument in TLS 1.0/1.1 PRF constructor
authorTobias Brunner <tobias@strongswan.org>
Tue, 28 Jan 2020 12:55:24 +0000 (13:55 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 28 Jan 2020 14:32:43 +0000 (15:32 +0100)
src/libtls/tls_prf.c

index f88dbc2b790d391abc328f2c0a39676d9617fd66..605ac27a36cba612ddceeba786f68358f3959f4b 100644 (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;