diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-06-18 22:46:45 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-06-18 22:46:45 +0200 |
commit | 9ce78fc6c92f0feadca8c16d9a25f48be76ec91c (patch) | |
tree | d771285a19c0709980bfa7c7458ac686985aef6e /lib/gnutls_state.h | |
parent | 45d7d257c8ecb503d119a5a80323d3161f00bb1a (diff) | |
download | gnutls-9ce78fc6c92f0feadca8c16d9a25f48be76ec91c.tar.gz |
Add prototype for _gnutls_session_is_psk.
Reported by Massimo Gaspari <massimo.gaspari@alice.it> in
<http://permalink.gmane.org/gmane.network.gnutls.general/1281>.
Diffstat (limited to 'lib/gnutls_state.h')
-rw-r--r-- | lib/gnutls_state.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/gnutls_state.h b/lib/gnutls_state.h index 7a920ee450..c611491520 100644 --- a/lib/gnutls_state.h +++ b/lib/gnutls_state.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation + * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 Free Software Foundation * * Author: Nikos Mavrogiannopoulos * @@ -59,6 +59,8 @@ int _gnutls_rsa_export_set_pubkey (gnutls_session_t session, int _gnutls_session_is_resumable (gnutls_session_t session); int _gnutls_session_is_export (gnutls_session_t session); +int _gnutls_session_is_psk (gnutls_session_t session); + int _gnutls_openpgp_send_fingerprint (gnutls_session_t session); int _gnutls_PRF (gnutls_session_t session, |