search for: cf05370

Displaying 1 result from an estimated 1 matches for "cf05370".

Did you mean: 7f05870
2020 Aug 14
0
2.3.11.3 on 32bit platforms
...t *? but argument is of type ?size_t *? {aka ?unsigned int *?} 195 | test_mech_construct_apop_challenge(unsigned int connect_uid, unsigned long *len_r) | ~~~~~~~~~~~~~~~^~~~~ But the unit test still fails after a commit like: diff --git a/src/auth/test-mech.c b/src/auth/test-mech.c index cf05370..90c2215 100644 --- a/src/auth/test-mech.c +++ b/src/auth/test-mech.c @@ -192,7 +192,7 @@ static void test_mech_handle_challenge(struct auth_request *request, } static inline const unsigned char * -test_mech_construct_apop_challenge(unsigned int connect_uid, unsigned long *len_r) +test_mech_cons...