From 5b65f80ccb835106b6e1ee120542d493ca02336e Mon Sep 17 00:00:00 2001 From: milla Date: Thu, 27 May 2021 14:14:37 +0200 Subject: Fix compilation without OPENSSL --- src/AS_DCP_MXF.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/AS_DCP_MXF.cpp') diff --git a/src/AS_DCP_MXF.cpp b/src/AS_DCP_MXF.cpp index 9cb4c15..878845d 100755 --- a/src/AS_DCP_MXF.cpp +++ b/src/AS_DCP_MXF.cpp @@ -466,6 +466,8 @@ ASDCP::RawEssenceType(const std::string& filename, EssenceType_t& type) return result; } +#ifdef HAVE_OPENSSL + // Result_t ASDCP::EncryptFrameBuffer(const ASDCP::FrameBuffer& FBin, ASDCP::FrameBuffer& FBout, AESEncContext* Ctx) @@ -721,6 +723,8 @@ ASDCP::IntegrityPack::TestValues(const ASDCP::FrameBuffer& FB, const byte_t* Ass return result; } +#endif //HAVE_OPENSSL + // // end AS_DCP_MXF.cpp // -- cgit v1.2.3