summaryrefslogtreecommitdiff
path: root/lib/gnutls_dh.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-04 21:52:03 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-05-04 21:52:03 +0000
commit89af8d0f36cd296d2c6c76bbd797da44b3bf43f5 (patch)
tree8883bc4aa81a18d3901e590ced44e9d1d00bc2da /lib/gnutls_dh.c
parent37fad44b7b351e2eb862739f2084c73239682cd3 (diff)
downloadgnutls-89af8d0f36cd296d2c6c76bbd797da44b3bf43f5.tar.gz
more additions for SRP
Diffstat (limited to 'lib/gnutls_dh.c')
-rw-r--r--lib/gnutls_dh.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gnutls_dh.c b/lib/gnutls_dh.c
index 59a6b76822..1a8570bb34 100644
--- a/lib/gnutls_dh.c
+++ b/lib/gnutls_dh.c
@@ -60,8 +60,6 @@ static const uint8 diffie_hellman_group1_prime[130] = { 0x04, 0x00,
/* #define E_SIZE 1024 */
#define X_SIZE 512
-#define gcry_mpi_alloc_like(x) gcry_mpi_new(gcry_mpi_get_nbits(x))
-
/****************
* Choose a random value x and calculate e = g^x mod p.
* Return: e and if ret_x is not NULL x.