--- embedaddon/iperf/src/iperf_auth.h 2021/03/17 00:36:46 1.1.1.1 +++ embedaddon/iperf/src/iperf_auth.h 2023/09/27 11:14:54 1.1.1.2 @@ -37,5 +37,5 @@ EVP_PKEY *load_privkey_from_file(const char *file); EVP_PKEY *load_privkey_from_base64(const char *buffer); int encode_auth_setting(const char *username, const char *password, EVP_PKEY *public_key, char **authtoken); int decode_auth_setting(int enable_debug, const char *authtoken, EVP_PKEY *private_key, char **username, char **password, time_t *ts); -int check_authentication(const char *username, const char *password, const time_t ts, const char *filename); +int check_authentication(const char *username, const char *password, const time_t ts, const char *filename, int skew_threshold); ssize_t iperf_getpass (char **lineptr, size_t *n, FILE *stream);