diff options
author | Rich Salz <rsalz@openssl.org> | 2016-03-23 13:54:52 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-03-23 14:12:11 +0100 |
commit | 921de151d2052c794cf6ad82fe76da92717577f7 (patch) | |
tree | 05014084e14ef301ca6127d164bdcd1deda56137 /crypto/comp | |
parent | Remove several unused undocumented functions. (diff) | |
download | openssl-921de151d2052c794cf6ad82fe76da92717577f7.tar.xz openssl-921de151d2052c794cf6ad82fe76da92717577f7.zip |
Move dso.h to internal
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/comp')
-rw-r--r-- | crypto/comp/c_zlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/comp/c_zlib.c b/crypto/comp/c_zlib.c index 138d686601..07c45d0dfc 100644 --- a/crypto/comp/c_zlib.c +++ b/crypto/comp/c_zlib.c @@ -123,7 +123,7 @@ static COMP_METHOD zlib_stateful_method = { * OPENSSL_SYS_WIN32) */ # ifdef ZLIB_SHARED -# include <openssl/dso.h> +# include "internal/dso.h" /* Function pointers */ typedef int (*compress_ft) (Bytef *dest, uLongf * destLen, |