Changeset 73666 in vbox
- Timestamp:
- Aug 14, 2018 5:51:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/x509-verify.cpp
r73665 r73666 98 98 { 99 99 uint32_t cbEncoded; 100 intrc = RTAsn1EncodePrepare((PRTASN1CORE)&pThis->TbsCertificate.SeqCore.Asn1Core, RTASN1ENCODE_F_DER, &cbEncoded, pErrInfo);100 rc = RTAsn1EncodePrepare((PRTASN1CORE)&pThis->TbsCertificate.SeqCore.Asn1Core, RTASN1ENCODE_F_DER, &cbEncoded, pErrInfo); 101 101 if (RT_SUCCESS(rc)) 102 102 {
Note:
See TracChangeset
for help on using the changeset viewer.