Changeset 104571 in vbox
- Timestamp:
- May 10, 2024 5:06:25 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/x509-create-sign.cpp
r104570 r104571 133 133 return rc; 134 134 BIO_free(fp1); 135 # ifdef _MSC_VER 135 136 close(fd1); 137 #endif 136 138 RTFileClose(hKeyFile); 137 139 … … 153 155 return rc; 154 156 BIO_free(fp2); 157 # ifdef _MSC_VER 155 158 close(fd2); 159 #endif 156 160 RTFileClose(hCertFile); 157 161
Note:
See TracChangeset
for help on using the changeset viewer.