Changeset 52521 in vbox for trunk/src/VBox/Runtime/common/crypto/x509-template.h
- Timestamp:
- Aug 29, 2014 6:10:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/x509-template.h
r51770 r52521 51 51 RTASN1TMPL_BEGIN_SEQCORE(); 52 52 RTASN1TMPL_MEMBER( Algorithm, RTASN1OBJID, RTAsn1ObjId); 53 RTASN1TMPL_MEMBER (Parameters, RTASN1DYNTYPE, RTAsn1DynType);53 RTASN1TMPL_MEMBER_OPT_ANY( Parameters, RTASN1DYNTYPE, RTAsn1DynType); 54 54 RTASN1TMPL_END_SEQCORE(); 55 55 #undef RTASN1TMPL_TYPE
Note:
See TracChangeset
for help on using the changeset viewer.