summaryrefslogtreecommitdiff
path: root/src/asdcp-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/asdcp-test.cpp')
-rwxr-xr-xsrc/asdcp-test.cpp4
1 files changed, 2 insertions, 2 deletions
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 <KM_fileio.h>
#include <KM_prng.h>
+#include <KM_sha1.h>
#include <PCMParserList.h>
#include <WavFileWriter.h>
#include <MXF.h>
#include <Metadata.h>
-#include <openssl/sha.h>
#include <iostream>
#include <assert.h>
@@ -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);