commit | 5d0b0106dfc7675f9048976d4dd4ea00e46e6c39 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Oct 07 13:43:16 2017 -0400 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Oct 15 13:39:35 2017 -0400 |
tree | 9c52a4a16fc392079611c2a0cf9fc3d0b0ac47cb | |
parent | 5759be36addc8bb501533a9f9540bd3c68c27c2f [diff] [blame] |
encoding: remove duplicate buf() and get() methods from Buffer class Change-Id: If885d4199d6c9df9b9b46664c3641c9a14a77eab
diff --git a/src/security/safe-bag.cpp b/src/security/safe-bag.cpp index 8315acf..4c8a82d 100644 --- a/src/security/safe-bag.cpp +++ b/src/security/safe-bag.cpp
@@ -64,7 +64,7 @@ // EncryptedKeyBag totalLength += encoder.prependByteArrayBlock(tlv::security::EncryptedKeyBag, - m_encryptedKeyBag.get(), + m_encryptedKeyBag.data(), m_encryptedKeyBag.size()); // Certificate