| commit | 2db6bf6f856fc7a6e848e3c45b274b327a86784c | [log] [tgz] |
|---|---|---|
| author | Richard Levitte <levitte@openssl.org> | Sun Nov 29 20:09:34 2015 +0100 |
| committer | Richard Levitte <levitte@openssl.org> | Mon Dec 07 17:39:23 2015 +0100 |
| tree | 1b8dcbfe303680534358f4746338d3865a7ea9b7 | |
| parent | 6e59a892db781658c050e5217127c4147c116ac9 [diff] |
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>