Changeset 86648 in vbox for trunk/src/VBox/Runtime/common/crypto/key-file.cpp
- Timestamp:
- Oct 20, 2020 1:59:45 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141024
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/key-file.cpp
r85121 r86648 106 106 { g_aWords_PublicKey, RT_ELEMENTS(g_aWords_PublicKey) }, 107 107 { g_aWords_RsaPrivateKey, RT_ELEMENTS(g_aWords_RsaPrivateKey) }, 108 { g_aWords_EncryptedPrivateKey, RT_ELEMENTS(g_aWords_EncryptedPrivateKey) }, 108 109 { g_aWords_PrivateKey, RT_ELEMENTS(g_aWords_PrivateKey) }, 109 110 };
Note:
See TracChangeset
for help on using the changeset viewer.