Changeset 45343 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Apr 4, 2013 5:24:03 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84758
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstHttp.cpp
r45339 r45343 45 45 46 46 RTHTTP hHttp; 47 int rc = RTHttpCreate(&hHttp);48 47 char *pszBuf = NULL; 49 48 PRTSTREAM CAFile = NULL; 50 49 50 int rc = RTHttpCreate(&hHttp); 51 51 52 // create certificate file 52 rc = RTStrmOpen(CAFILE_NAME, "w+b", &CAFile); 53 if (RT_SUCCESS(rc)) 54 rc = RTStrmOpen(CAFILE_NAME, "w+b", &CAFile); 53 55 54 56 // fetch root CA certificate (new one, often avoided in cert chains by
Note:
See TracChangeset
for help on using the changeset viewer.