Move some EVP internals to evp_int.h
authorDr. Stephen Henson <steve@openssl.org>
Mon, 23 Mar 2015 22:57:47 +0000 (22:57 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 24 Mar 2015 12:03:36 +0000 (12:03 +0000)
commit27af42f9ac7aa88006dd4cf73abda8abbf67e6d6
tree765cb74ff520dd8697e80a8c82d9f82e82ea9824
parent5fe736e5fc29353706c2c1a5ae8bd97f3d7a35e9
Move some EVP internals to evp_int.h

Move EVP internals to evp_int.h, remove -Ievp hack from crypto/Makefile

Reviewed-by: Matt Caswell <matt@openssl.org>
13 files changed:
crypto/Makefile
crypto/cmac/cm_pmeth.c
crypto/dh/dh_pmeth.c
crypto/dsa/dsa_pmeth.c
crypto/ec/ec_pmeth.c
crypto/evp/evp_locl.h
crypto/evp/m_sigver.c
crypto/evp/pmeth_fn.c
crypto/evp/pmeth_gn.c
crypto/evp/pmeth_lib.c
crypto/hmac/hm_pmeth.c
crypto/include/internal/evp_int.h [new file with mode: 0644]
crypto/rsa/rsa_pmeth.c