Changeset 74064 in vbox for trunk/src/VBox/Runtime/generic/http-curl.cpp
- Timestamp:
- Sep 4, 2018 12:37:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/http-curl.cpp
r74063 r74064 2208 2208 2209 2209 2210 RTR3DECL(int) RTHttpSignHeaders(RTHTTP hHttp, RTHTTPMETHOD enmMethod, const char *pszUrl, uint32_t fFlags,2211 RTCRKEY hKey, const char *pszKeyId )2210 RTR3DECL(int) RTHttpSignHeaders(RTHTTP hHttp, RTHTTPMETHOD enmMethod, const char *pszUrl, 2211 RTCRKEY hKey, const char *pszKeyId, uint32_t fFlags) 2212 2212 { 2213 2213 PRTHTTPINTERNAL pThis = hHttp; … … 2348 2348 if (RT_SUCCESS(rc)) 2349 2349 { 2350 Assert(cbActual == cbSigRaw); 2350 2351 RTCrPkixSignatureRelease(hSigner); 2351 2352 hSigner = NIL_RTCRPKIXSIGNATURE;
Note:
See TracChangeset
for help on using the changeset viewer.