Changeset 61121 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- May 23, 2016 10:07:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/RTCrStoreCertAddFromJavaKeyStore.cpp
r57584 r61121 252 252 GET_BE_U32_OR_BREAK(cbEncoded); 253 253 ENSURE_CONTENT_OR_BREAK_EX(cbEncoded, "certificate data"); 254 Log(("JKS: %#08zx: %#x certificate bytes\n", off, cbEncoded , cbEncoded));254 Log(("JKS: %#08zx: %#x certificate bytes\n", off, cbEncoded)); 255 255 256 256 /* Try add the certificate. */
Note:
See TracChangeset
for help on using the changeset viewer.