aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_rfc5114.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/dh/dh_rfc5114.c')
-rw-r--r--crypto/dh/dh_rfc5114.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/crypto/dh/dh_rfc5114.c b/crypto/dh/dh_rfc5114.c
index 752bf2cd12..61cd9ad4d1 100644
--- a/crypto/dh/dh_rfc5114.c
+++ b/crypto/dh/dh_rfc5114.c
@@ -61,11 +61,6 @@
#include <openssl/dh.h>
#include <openssl/bn.h>
-#define make_dh_bn(x) \
- const extern BIGNUM _bignum_dh##x##_p;\
- const extern BIGNUM _bignum_dh##x##_g;\
- const extern BIGNUM _bignum_dh##x##_q;
-
/*
* Macro to make a DH structure from BIGNUM data. NB: although just copying
* the BIGNUM static pointers would be more efficient we can't as they get
@@ -90,10 +85,6 @@ DH * DH_get_##x(void) \
return dh; \
}
-make_dh_bn(1024_160)
-make_dh_bn(2048_224)
-make_dh_bn(2048_256)
-
make_dh(1024_160)
make_dh(2048_224)
make_dh(2048_256)