Changeset 57617 in vbox
- Timestamp:
- Sep 4, 2015 3:41:33 AM (9 years ago)
- Location:
- trunk/src/VBox/Runtime/common/crypto
- Files:
-
- 2 edited
-
store-cert-add-basic.cpp (modified) (1 diff)
-
x509-internal.h (modified) (1 diff)
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) }, -
trunk/src/VBox/Runtime/common/crypto/x509-internal.h
r57613 r57617 29 29 #define ___common_crypto_x509_internal_h 30 30 31 #include <iprt/crypto/pem.h>32 extern RTCRPEMMARKER const g_aX509CertificateMarkers[3];33 34 31 #define RTASN1TMPL_TEMPLATE_FILE "../common/crypto/x509-template.h" 35 32 #include <iprt/asn1-generator-internal-header.h>
Note:
See TracChangeset
for help on using the changeset viewer.

