summaryrefslogtreecommitdiff
path: root/lib/gnutls_rsa_export.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-26 08:14:33 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-08-26 08:14:33 +0000
commit32b6675ea3193b6d445bb26957a9bbb66480a25a (patch)
tree2215070afd9f3591384dd4f40c8048c565feb247 /lib/gnutls_rsa_export.h
parentbacee492e5dfe72b6ac78074de2ce7d946adaee2 (diff)
downloadgnutls-32b6675ea3193b6d445bb26957a9bbb66480a25a.tar.gz
Added support for RSA_EXPORT_WITH_RC4_EXPORT_MD5 with RSA certificates with modulus less than 512 bits. This change made the code a bit messy.
Diffstat (limited to 'lib/gnutls_rsa_export.h')
-rw-r--r--lib/gnutls_rsa_export.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_rsa_export.h b/lib/gnutls_rsa_export.h
index 7bef5e8275..3c0800dacb 100644
--- a/lib/gnutls_rsa_export.h
+++ b/lib/gnutls_rsa_export.h
@@ -19,4 +19,5 @@
*/
const GNUTLS_MPI* _gnutls_get_rsa_params(GNUTLS_RSA_PARAMS, int bits);
+int _gnutls_peers_cert_less_512( GNUTLS_STATE state);