diff options
author | Richard Levitte <levitte@openssl.org> | 2015-11-30 10:25:36 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-12-07 17:39:23 +0100 |
commit | ab0a14bbc7bc7cdda4cfb2b2a730804b3437429f (patch) | |
tree | c191c780074864d54efde3d60a5db49ac585b1e9 /crypto/evp/names.c | |
parent | Adapt all engines that add new EVP_MDs (diff) | |
download | openssl-ab0a14bbc7bc7cdda4cfb2b2a730804b3437429f.tar.xz openssl-ab0a14bbc7bc7cdda4cfb2b2a730804b3437429f.zip |
Add inclusion of internal/evp_int.h to all crypto/ files that need it
These are the files that add new EVP_MDs.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/evp/names.c')
-rw-r--r-- | crypto/evp/names.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/names.c b/crypto/evp/names.c index c7c4615c80..8d132e9af0 100644 --- a/crypto/evp/names.c +++ b/crypto/evp/names.c @@ -61,6 +61,7 @@ #include <openssl/evp.h> #include <openssl/objects.h> #include <openssl/x509.h> +#include "internal/evp_int.h" int EVP_add_cipher(const EVP_CIPHER *c) { |