summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-09-28 17:00:00 -0400
committerRich Salz <rsalz@openssl.org>2015-09-30 11:15:14 -0400
commit75f648aa06933a5b5436d2ae4a764be68ab22c4d (patch)
tree81a6f5d278e0d53a4b2c68b2254bf9397229325c /include
parentdd35486db671dca36caffecc7ee1f5f6483b3a4b (diff)
Make update / libeay.num fix
Looks like someone forgot to do a "make update" since crypto/ts/Makefile keeps changing. So include that. Second is that the declare_dh_bn macro fools the libeay.num script. The declarations are only needed in one file (dh_rfc5114) so remove them from the header and put the "raw" declarations directly into that file. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/dh.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/openssl/dh.h b/include/openssl/dh.h
index 0957a5892c..f5b03d32f5 100644
--- a/include/openssl/dh.h
+++ b/include/openssl/dh.h
@@ -342,17 +342,6 @@ int DH_KDF_X9_42(unsigned char *out, size_t outlen,
# define EVP_PKEY_DH_KDF_X9_42 2
# endif
-#define declare_dh_bn(x) \
- const extern BIGNUM _bignum_dh##x##_p;\
- const extern BIGNUM _bignum_dh##x##_g;\
- const extern BIGNUM _bignum_dh##x##_q;
-
-declare_dh_bn(1024_160)
-declare_dh_bn(2048_224)
-declare_dh_bn(2048_256)
-
-#undef declare_dh_bn
-
/* BEGIN ERROR CODES */
/*
* The following lines are auto generated by the script mkerr.pl. Any changes