VirtualBox

Changeset 57652 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 8, 2015 9:29:25 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102547
Message:

crypto/tsp-template.h: Corrected decoding of the seconds member, it's supposed to be optional. duh. ntdll.dll from build 10532 doesn't have it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/crypto/tsp-template.h

    r56290 r57652  
    6060#define RTASN1TMPL_INT_NAME     rtCrTspAccuracy
    6161RTASN1TMPL_BEGIN_SEQCORE();
    62 RTASN1TMPL_MEMBER_EX(           Seconds,    RTASN1INTEGER,  RTAsn1Integer,
     62RTASN1TMPL_MEMBER_OPT_ITAG_EX(  Seconds, RTASN1INTEGER, RTAsn1Integer, ASN1_TAG_INTEGER, RTASN1TMPL_ITAG_F_UP,
    6363                                RTASN1TMPL_MEMBER_CONSTR_U64_MIN_MAX(Millis, 1, UINT64_MAX, RT_NOTHING));
    6464/** @todo The Millis and Micros fields makes no sense if Seconds > 1, while the
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette