VirtualBox

Ignore:
Timestamp:
Sep 4, 2018 12:37:35 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/http: Added prototype for RTHttpSignHeaders. bugref:9167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/http-curl.cpp

    r74063 r74064  
    22082208
    22092209
    2210 RTR3DECL(int) RTHttpSignHeaders(RTHTTP hHttp, RTHTTPMETHOD enmMethod, const char *pszUrl, uint32_t fFlags,
    2211                                 RTCRKEY hKey, const char *pszKeyId)
     2210RTR3DECL(int) RTHttpSignHeaders(RTHTTP hHttp, RTHTTPMETHOD enmMethod, const char *pszUrl,
     2211                                RTCRKEY hKey, const char *pszKeyId, uint32_t fFlags)
    22122212{
    22132213    PRTHTTPINTERNAL pThis = hHttp;
     
    23482348                if (RT_SUCCESS(rc))
    23492349                {
     2350                    Assert(cbActual == cbSigRaw);
    23502351                    RTCrPkixSignatureRelease(hSigner);
    23512352                    hSigner = NIL_RTCRPKIXSIGNATURE;
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