Make the definition of EVP_MD opaque
authorRichard Levitte <levitte@openssl.org>
Sun, 29 Nov 2015 19:09:34 +0000 (20:09 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 7 Dec 2015 16:39:23 +0000 (17:39 +0100)
commit2db6bf6f856fc7a6e848e3c45b274b327a86784c
tree1b8dcbfe303680534358f4746338d3865a7ea9b7
parent6e59a892db781658c050e5217127c4147c116ac9
Make the definition of EVP_MD opaque

This moves the definition to crypto/include/internal/evp_int.h and
defines all the necessary method creators, destructors, writers and
accessors.  The name standard for the latter is inspired from the
corresponding functions to manipulate UI methods.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/evp/evp_lib.c
crypto/evp/evp_locl.h
crypto/include/internal/evp_int.h
include/openssl/evp.h