summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-src_key_call_c
blob: 8a1c12921b987c5c14674c33d68748858a3b0676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- libtirpc-1.3.6.orig/src/key_call.c	2024-10-17 09:50:55.000000000 +0200
+++ libtirpc-1.3.6/src/key_call.c	2025-04-30 13:33:25.507704020 +0200
@@ -72,9 +72,9 @@
  * implementations of these functions, and to call those in key_call().
  */
 
-cryptkeyres *(*__key_encryptsession_pk_LOCAL)() = 0;
-cryptkeyres *(*__key_decryptsession_pk_LOCAL)() = 0;
-des_block *(*__key_gendes_LOCAL)() = 0;
+cryptkeyres *(*__key_encryptsession_pk_LOCAL)(uid_t, char *) = 0;
+cryptkeyres *(*__key_decryptsession_pk_LOCAL)(uid_t, char *) = 0;
+des_block *(*__key_gendes_LOCAL)(uid_t, char *) = 0;
 
 static int key_call( u_long, xdrproc_t, void *, xdrproc_t, void *);