Changeset 62635 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Jul 28, 2016 4:42:06 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/s3.cpp
r62477 r62635 39 39 #include <iprt/stream.h> 40 40 41 #ifdef RT_OS_WINDOWS /* OpenSSL drags in Windows.h, which isn't compatible with -Wall. */ 42 # include <iprt/win/windows.h> 43 #endif 41 44 #include <curl/curl.h> 42 45 #include <openssl/hmac.h>
Note:
See TracChangeset
for help on using the changeset viewer.