diff options
author | Richard Levitte <levitte@openssl.org> | 2015-05-14 16:56:48 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-05-14 17:21:40 +0200 |
commit | b39fc560612984e65ec30d7f37487303bf514fb3 (patch) | |
tree | 10f33004ee5a296367ea155344287b9d29c05616 /crypto/md2 | |
parent | 7a05eaac5e15e327b7c51258bf892c8ae5b1d956 (diff) | |
download | openssl-new-b39fc560612984e65ec30d7f37487303bf514fb3.tar.gz |
Identify and move common internal libcrypto header files
There are header files in crypto/ that are used by a number of crypto/
submodules. Move those to crypto/include/internal and adapt the
affected source code and Makefiles.
The header files that got moved are:
crypto/cryptolib.h
crypto/md32_common.h
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/md2')
-rw-r--r-- | crypto/md2/md2_one.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md2/md2_one.c b/crypto/md2/md2_one.c index cd2631b261..ff648b5b98 100644 --- a/crypto/md2/md2_one.c +++ b/crypto/md2/md2_one.c @@ -57,7 +57,7 @@ */ #include <stdio.h> -#include "cryptlib.h" +#include "internal/cryptlib.h" #include <openssl/md2.h> /* |