VirtualBox

Changeset 59730 in vbox


Ignore:
Timestamp:
Feb 19, 2016 12:36:24 AM (9 years ago)
Author:
vboxsync
Message:

hardening build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/asn1/asn1-dump.cpp

    r59728 r59730  
    6161
    6262
     63#ifndef IN_SUP_HARDENED_R3
    6364
    6465/*
     
    6667 * Should that ever change, this code needs to move elsewhere and get it's own public API.
    6768 */
    68 #include "oiddb.h"
     69# include "oiddb.h"
    6970
    7071
     
    220221}
    221222
     223#endif /* !IN_SUP_HARDENED_R3 */
     224
    222225
    223226
     
    416419            if ((pAsn1Core->fFlags & RTASN1CORE_F_PRIMITE_TAG_STRUCT))
    417420            {
     421#ifdef IN_SUP_HARDENED_R3
    418422                PCRTASN1OBJID pObjId = (PCRTASN1OBJID)pAsn1Core;
    419423                char szName[64];
     
    422426                                     pszDefault, szName, ((PCRTASN1OBJID)pAsn1Core)->szObjId);
    423427                else
     428#endif
    424429                    rtAsn1DumpPrintf(pData, "OBJECT IDENTIFIER %s'%s'\n", pszDefault, ((PCRTASN1OBJID)pAsn1Core)->szObjId);
    425430            }
Note: See TracChangeset for help on using the changeset viewer.

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