Changeset 101646 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Oct 30, 2023 9:33:02 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/x509-certpaths.cpp
r98103 r101646 765 765 */ 766 766 if (pThis->hUntrustedStore != NIL_RTCRSTORE) 767 rtCrX509CertPathsGetIssuersFromStore(pThis, pNode, pIssuer, pThis->h TrustedStore,767 rtCrX509CertPathsGetIssuersFromStore(pThis, pNode, pIssuer, pThis->hUntrustedStore, 768 768 RTCRX509CERTPATHNODE_SRC_UNTRUSTED_STORE); 769 769
Note:
See TracChangeset
for help on using the changeset viewer.