VirtualBox

Changeset 45340 in vbox


Ignore:
Timestamp:
Apr 4, 2013 3:07:31 PM (12 years ago)
Author:
vboxsync
Message:

Runtime/http: stupid interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/http.cpp

    r45339 r45340  
    204204                               uint8_t **pabSha512, size_t *pcbSha512)
    205205{
    206     BIO *cert = BIO_new_mem_buf(pcszCert, cbCert);
     206    BIO *cert = BIO_new_mem_buf(pcszCert, (int)cbCert);
    207207    if (!cert)
    208208        return VERR_INTERNAL_ERROR;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette