summaryrefslogtreecommitdiff
path: root/lib/gnutls_dh.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_dh.h')
-rw-r--r--lib/gnutls_dh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_dh.h b/lib/gnutls_dh.h
new file mode 100644
index 0000000000..bdd5d74ece
--- /dev/null
+++ b/lib/gnutls_dh.h
@@ -0,0 +1,2 @@
+MPI calc_dh_secret( MPI *ret_x );
+MPI calc_dh_key( MPI f, MPI x );