Changeset 104539 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- May 8, 2024 7:19:47 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/x509-create-sign.cpp
r104537 r104539 112 112 return rc; 113 113 BIO_free(fp1); 114 # ifdef _MSC_VER 114 115 close(fd1); 116 # endif 115 117 RTFileClose(hKeyFile); 116 118 … … 132 134 return rc; 133 135 BIO_free(fp2); 136 # ifdef _MSC_VER 134 137 close(fd2); 138 # endif 135 139 RTFileClose(hCertFile); 136 140
Note:
See TracChangeset
for help on using the changeset viewer.