summaryrefslogtreecommitdiff
path: root/lib/gnutls_dh.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-02-13 18:03:31 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-02-13 18:03:31 +0000
commitf577c848c249c3e9499117d7c58d9251ae37bdc7 (patch)
treee66b1d4d26acb80291c7b7d887481d71648022dc /lib/gnutls_dh.h
parent49cdd41f1678b93823a10a84fa2e68b39742abdf (diff)
downloadgnutls-f577c848c249c3e9499117d7c58d9251ae37bdc7.tar.gz
Added more functions to allow access to Diffie Hellman parameters
(partially at least). Corrected Diffie Hellman stuff.
Diffstat (limited to 'lib/gnutls_dh.h')
-rw-r--r--lib/gnutls_dh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gnutls_dh.h b/lib/gnutls_dh.h
index 6b871743a4..b025dbb51d 100644
--- a/lib/gnutls_dh.h
+++ b/lib/gnutls_dh.h
@@ -25,5 +25,3 @@ int _gnutls_dh_generate_prime(MPI *ret_g, MPI* ret_n, int bits);
void _gnutls_dh_clear_mpis(void);
int _gnutls_dh_calc_mpis(void);
-int _gnutls_dh_get_bits( GNUTLS_STATE);
-void gnutls_dh_set_bits( GNUTLS_STATE state, int bits);