Changeset 59678 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 15, 2016 1:08:53 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105535
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/x509-certpaths.cpp
r59676 r59678 464 464 AssertPtrReturn(pThis, VERR_INVALID_HANDLE); 465 465 AssertReturn(pThis->u32Magic == RTCRX509CERTPATHSINT_MAGIC, VERR_INVALID_HANDLE); 466 AssertReturn(pThis->pRoot == NULL, VERR_WRONG_ORDER); 466 467 /* Allow this after building paths, as it's only used during verification. */ 467 468 468 469 if (pTime) … … 483 484 AssertPtrReturn(pThis, VERR_INVALID_HANDLE); 484 485 AssertReturn(pThis->u32Magic == RTCRX509CERTPATHSINT_MAGIC, VERR_INVALID_HANDLE); 485 AssertReturn(pThis->pRoot == NULL, VERR_WRONG_ORDER); 486 487 /* Allow this after building paths, as it's only used during verification. */ 486 488 487 489 if (pTimeSpec)
Note:
See TracChangeset
for help on using the changeset viewer.