patch-src_key_call_c 653 B

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