Changeset 57652 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 8, 2015 9:29:25 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 102547
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/tsp-template.h
r56290 r57652 60 60 #define RTASN1TMPL_INT_NAME rtCrTspAccuracy 61 61 RTASN1TMPL_BEGIN_SEQCORE(); 62 RTASN1TMPL_MEMBER_ EX( Seconds, RTASN1INTEGER, RTAsn1Integer,62 RTASN1TMPL_MEMBER_OPT_ITAG_EX( Seconds, RTASN1INTEGER, RTAsn1Integer, ASN1_TAG_INTEGER, RTASN1TMPL_ITAG_F_UP, 63 63 RTASN1TMPL_MEMBER_CONSTR_U64_MIN_MAX(Millis, 1, UINT64_MAX, RT_NOTHING)); 64 64 /** @todo The Millis and Micros fields makes no sense if Seconds > 1, while the
Note:
See TracChangeset
for help on using the changeset viewer.