commit | 464da53017ee5f1984f3fecbf1c4a2bc4cbd4761 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Sep 02 12:16:32 2017 -0400 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Sep 02 13:04:11 2017 -0400 |
tree | da7b820d41db1247bb93a16e38eaa1270ff4e58d | |
parent | 0f5078e9e65f385a06c160e750fccf9cd924ebbe [diff] [blame] |
tools: Fix bugs in cert-gen Change-Id: I13ed1d71b4970166135e32e2196ac9c67ad60fd3 Refs: #4202
diff --git a/src/security/v2/additional-description.hpp b/src/security/v2/additional-description.hpp index ad9df37..5e16132 100644 --- a/src/security/v2/additional-description.hpp +++ b/src/security/v2/additional-description.hpp
@@ -78,6 +78,12 @@ return m_info.size(); } + bool + empty() const + { + return m_info.empty(); + } + iterator begin();