summaryrefslogtreecommitdiff
path: root/lib/gnutls_dh.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-04-14 15:49:10 +0000
committerSimon Josefsson <simon@josefsson.org>2005-04-14 15:49:10 +0000
commit1509a7678ed012c0eaa7fd26f9caae9fb9ad0998 (patch)
tree7d6020094f90d57c98a633f639da2502a36c8204 /lib/gnutls_dh.h
parentbd6013b3b417f489d112e99e562e7a4c17c099a5 (diff)
downloadgnutls-1509a7678ed012c0eaa7fd26f9caae9fb9ad0998.tar.gz
Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.
Now lib/gnutls_int.h start by including gnutls/gnutls.h, to check prototypes during compile time. More cleanups are expected.
Diffstat (limited to 'lib/gnutls_dh.h')
-rw-r--r--lib/gnutls_dh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_dh.h b/lib/gnutls_dh.h
index 3b49209412..ae69a44ab9 100644
--- a/lib/gnutls_dh.h
+++ b/lib/gnutls_dh.h
@@ -26,4 +26,3 @@ const mpi_t *_gnutls_get_dh_params(gnutls_dh_params_t);
mpi_t gnutls_calc_dh_secret(mpi_t * ret_x, mpi_t g, mpi_t prime);
mpi_t gnutls_calc_dh_key(mpi_t f, mpi_t x, mpi_t prime);
int _gnutls_dh_generate_prime(mpi_t * ret_g, mpi_t * ret_n, uint bits);
-void gnutls_dh_params_deinit(gnutls_dh_params_t dh_params);