diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-28 01:15:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-28 01:15:24 +0000 |
| commit | ea81a192a65a03b664dac61de21e06cea7aa97a2 (patch) | |
| tree | f21447aeb9f24320ea6c1c4cb7a05539646bb85a /src/decrypted_kdm.cc | |
| parent | 75788462338b1b4f464d075465da3cb372c40004 (diff) | |
Purge assert() from src/, at least (not asdcplib).
Diffstat (limited to 'src/decrypted_kdm.cc')
| -rw-r--r-- | src/decrypted_kdm.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/decrypted_kdm.cc b/src/decrypted_kdm.cc index 02515fe8..5f374dc7 100644 --- a/src/decrypted_kdm.cc +++ b/src/decrypted_kdm.cc @@ -26,6 +26,7 @@ #include "cpl.h" #include "mxf.h" #include "signer.h" +#include "dcp_assert.h" #include "AS_DCP.h" #include "KM_util.h" #include "compose.hpp" @@ -173,7 +174,7 @@ DecryptedKDM::DecryptedKDM (EncryptedKDM const & kdm, string private_key) break; } default: - assert (false); + DCP_ASSERT (false); } delete[] decrypted; |
