• R
    Make update / libeay.num fix · 75f648aa
    Rich Salz 提交于
    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: NRichard Levitte <levitte@openssl.org>
    75f648aa
dh.h 15.7 KB