Move the definitions of EC_KEY and EC_KEY_METHOD to ossl_typ.h
authorRichard Levitte <levitte@openssl.org>
Wed, 9 Dec 2015 22:56:57 +0000 (23:56 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 9 Dec 2015 22:56:57 +0000 (23:56 +0100)
commitf8d3ab49283ef6fa760da8b69aa5dfc4e83b0f01
treeb3ecef44c2338ba52c787d3522272d35d4d3814e
parent5e030525606d365f4f14a384d0b67f1cb38f2c6e
Move the definitions of EC_KEY and EC_KEY_METHOD to ossl_typ.h

Most of all, that has inclusion of openssl/engine.h work even if EC
has been disabled.  This is the same as has been done for DH, DSA, RSA
and more...

Reviewed-by: Stephen Henson <steve@openssl.org>
include/openssl/ec.h
include/openssl/ossl_typ.h