diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2007-10-24 10:27:04 +0300 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2007-10-24 10:27:04 +0300 |
commit | 91b8389c34b89eba1e2b3f13c43c7c50ea0d6010 (patch) | |
tree | 34ebd4fc4d08b5748db4c7047e0cc8e1c517c247 /src/tests.h | |
parent | 12c545d3beb9c759e94cc091f5cbcf3850b3ce18 (diff) | |
download | gnutls-91b8389c34b89eba1e2b3f13c43c7c50ea0d6010.tar.gz |
Introduced gnutls_session_enable_compatibility_mode() to allow enabling
all supported compatibility options (like disabling padding). Some other bug fixes
in tls-test.c.
Diffstat (limited to 'src/tests.h')
-rw-r--r-- | src/tests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests.h b/src/tests.h index bfb357f927..2f27f85037 100644 --- a/src/tests.h +++ b/src/tests.h @@ -38,5 +38,5 @@ test_code_t test_rsa_pms_version_check (gnutls_session_t session); test_code_t test_version_oob (gnutls_session_t session); test_code_t test_zlib (gnutls_session_t session); test_code_t test_lzo (gnutls_session_t session); -int _test_srp_username_callback (gnutls_session_t session, unsigned int times, +int _test_srp_username_callback (gnutls_session_t session, char **username, char **password); |