Make update / libeay.num fix
authorRich Salz <rsalz@akamai.com>
Mon, 28 Sep 2015 21:00:00 +0000 (17:00 -0400)
committerRich Salz <rsalz@openssl.org>
Wed, 30 Sep 2015 15:15:14 +0000 (11:15 -0400)
commit75f648aa06933a5b5436d2ae4a764be68ab22c4d
tree81a6f5d278e0d53a4b2c68b2254bf9397229325c
parentdd35486db671dca36caffecc7ee1f5f6483b3a4b
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>
crypto/dh/dh_rfc5114.c
include/openssl/dh.h
test/Makefile