summaryrefslogtreecommitdiff
path: root/lib/gnutls_rsa_export.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-29 12:58:39 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-29 12:58:39 +0000
commit5cb018a2c17e92dfb50e5bc1c03ccc080f6be87b (patch)
tree61f4f6ab841f1656b6c46205cc063befdaac7dc8 /lib/gnutls_rsa_export.h
parent38c90cd3ff90327d5767b192be1a940ca22af406 (diff)
downloadgnutls-5cb018a2c17e92dfb50e5bc1c03ccc080f6be87b.tar.gz
Renamed all the constructed types to have more consisten names, and some other minor improvements.
Diffstat (limited to 'lib/gnutls_rsa_export.h')
-rw-r--r--lib/gnutls_rsa_export.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_rsa_export.h b/lib/gnutls_rsa_export.h
index 3c0800dacb..ca9ee7780c 100644
--- a/lib/gnutls_rsa_export.h
+++ b/lib/gnutls_rsa_export.h
@@ -18,6 +18,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
-const GNUTLS_MPI* _gnutls_get_rsa_params(GNUTLS_RSA_PARAMS, int bits);
-int _gnutls_peers_cert_less_512( GNUTLS_STATE state);
+const GNUTLS_MPI* _gnutls_get_rsa_params(gnutls_rsa_params, int bits);
+int _gnutls_peers_cert_less_512( gnutls_session session);