Changeset 45340 in vbox
- Timestamp:
- Apr 4, 2013 3:07:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/http.cpp
r45339 r45340 204 204 uint8_t **pabSha512, size_t *pcbSha512) 205 205 { 206 BIO *cert = BIO_new_mem_buf(pcszCert, cbCert);206 BIO *cert = BIO_new_mem_buf(pcszCert, (int)cbCert); 207 207 if (!cert) 208 208 return VERR_INTERNAL_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.