diff options
Diffstat (limited to 'src/crypto_context.h')
| -rw-r--r-- | src/crypto_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto_context.h b/src/crypto_context.h index b01efce4..263121bf 100644 --- a/src/crypto_context.h +++ b/src/crypto_context.h @@ -70,7 +70,7 @@ public: _hmac = new ASDCP::HMACContext; ASDCP::LabelSet_t type; - if (standard == INTEROP) { + if (standard == Standard::INTEROP) { type = ASDCP::LS_MXF_INTEROP; } else { type = ASDCP::LS_MXF_SMPTE; |
