--- 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 *);