diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-01-18 16:46:11 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-01-18 16:46:11 +0000 |
commit | f30d45e288135184d567c71e7ac82064e1caa492 (patch) | |
tree | 8beae4eed7793360c3dca292564ba1aaea5d5f62 /lib/gnutls_ui.c | |
parent | 7ca888e95f2d56eb94099a3df936138f868274ab (diff) | |
download | gnutls-f30d45e288135184d567c71e7ac82064e1caa492.tar.gz |
several cleanups in order to move to gnutls 0.4.0
Diffstat (limited to 'lib/gnutls_ui.c')
-rw-r--r-- | lib/gnutls_ui.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c index 82e1ce6f73..5ade2f25c3 100644 --- a/lib/gnutls_ui.c +++ b/lib/gnutls_ui.c @@ -74,19 +74,6 @@ int gnutls_dh_get_dha_bits(GNUTLS_STATE state) return info->dh_bits; } -#ifdef DEBUG -# warning REMOVE THESE ON LIBRARY UPGRADE -#endif -int gnutls_anon_server_get_dh_bits(GNUTLS_STATE state) -{ - return gnutls_dh_get_dha_bits( state); -} -int gnutls_anon_client_get_dh_bits(GNUTLS_STATE state) -{ - return gnutls_dh_get_dha_bits( state); -} - - /* X509PKI */ /** |