Changeset 59730 in vbox
- Timestamp:
- Feb 19, 2016 12:36:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asn1/asn1-dump.cpp
r59728 r59730 61 61 62 62 63 #ifndef IN_SUP_HARDENED_R3 63 64 64 65 /* … … 66 67 * Should that ever change, this code needs to move elsewhere and get it's own public API. 67 68 */ 68 # include "oiddb.h"69 # include "oiddb.h" 69 70 70 71 … … 220 221 } 221 222 223 #endif /* !IN_SUP_HARDENED_R3 */ 224 222 225 223 226 … … 416 419 if ((pAsn1Core->fFlags & RTASN1CORE_F_PRIMITE_TAG_STRUCT)) 417 420 { 421 #ifdef IN_SUP_HARDENED_R3 418 422 PCRTASN1OBJID pObjId = (PCRTASN1OBJID)pAsn1Core; 419 423 char szName[64]; … … 422 426 pszDefault, szName, ((PCRTASN1OBJID)pAsn1Core)->szObjId); 423 427 else 428 #endif 424 429 rtAsn1DumpPrintf(pData, "OBJECT IDENTIFIER %s'%s'\n", pszDefault, ((PCRTASN1OBJID)pAsn1Core)->szObjId); 425 430 }
Note:
See TracChangeset
for help on using the changeset viewer.