Skip to content

Commit 335b7cd

Browse files
committed
changed include
1 parent 8c030b9 commit 335b7cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ INCLUDE_DIRECTORIES(${OPENDCP_INCLUDE_DIR}/libopendcp
7474
${PROJECT_SOURCE_DIR}/libopendcp/codecs
7575
${PROJECT_SOURCE_DIR}/libasdcp
7676
${PROJECT_SOURCE_DIR}/libcrypto
77+
${PROJECT_SOURCE_DIR}
7778
)
7879
#-------------------------------------------------------------------------------
7980

libasdcp/AS_DCP_AES.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const int KEY_SIZE_BITS = 128;
4141

4242
#include <openssl/aes.h>
4343
#include <openssl/err.h>
44-
#include <sha1.h>
44+
#include <libcrypto/sha1.h>
4545

4646

4747
void

0 commit comments

Comments
 (0)