Changeset 86650 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Oct 20, 2020 2:26:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/key-file.cpp
r86648 r86650 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) },109 108 { g_aWords_PrivateKey, RT_ELEMENTS(g_aWords_PrivateKey) }, 110 109 };
Note:
See TracChangeset
for help on using the changeset viewer.