Changeset 104573 in vbox
- Timestamp:
- May 10, 2024 7:23:34 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/x509-create-sign.cpp
r104572 r104573 53 53 # endif 54 54 55 #include <fcntl.h> 55 # if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2) 56 # include <fcntl.h> 57 # endif 56 58 #include <iprt/err.h> 57 59 #include <iprt/string.h> … … 62 64 # include <openssl/x509.h> 63 65 # include <openssl/bio.h> 66 67 #if defined(RT_OS_OS2) && !defined(RTSTREAM_STANDALONE) 68 # define _O_WRONLY O_WRONLY 69 #endif 64 70 65 71 RTDECL(int) RTCrX509Certificate_Generate(const char *pszServerCertificate, const char *pszServerPrivateKey)
Note:
See TracChangeset
for help on using the changeset viewer.