From 0b6febadb714c3d5a62779fef076d88f066a61ba Mon Sep 17 00:00:00 2001 From: jhurst Date: Wed, 15 Jul 2020 13:23:19 -0700 Subject: replaced openssl dependency with internal SHA-1 API --- src/asdcp-test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/asdcp-test.cpp') diff --git a/src/asdcp-test.cpp b/src/asdcp-test.cpp index df108c3..fbb952d 100755 --- a/src/asdcp-test.cpp +++ b/src/asdcp-test.cpp @@ -49,11 +49,11 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include +#include #include #include #include #include -#include #include #include @@ -1889,7 +1889,7 @@ digest_file(const char* filename) ASDCP_TEST_NULL_STR(filename); FileReader Reader; - SHA_CTX Ctx; + SHA1_CTX Ctx; SHA1_Init(&Ctx); ByteString Buf(8192); -- cgit v1.2.3