Changeset 57617 in vbox for trunk/src/VBox/Runtime/common/crypto/store-cert-add-basic.cpp
- Timestamp:
- Sep 4, 2015 3:41:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/store-cert-add-basic.cpp
r57616 r57617 73 73 * @remark See crypto/pem/pem.h in OpenSSL for a matching list. 74 74 */ 75 RTCRPEMMARKER const g_aX509CertificateMarkers[3] =75 static RTCRPEMMARKER const g_aX509CertificateMarkers[3] = 76 76 { 77 77 { g_aWords_Certificate, RT_ELEMENTS(g_aWords_Certificate) },
Note:
See TracChangeset
for help on using the changeset viewer.