VirtualBox

Changeset 104571 in vbox


Ignore:
Timestamp:
May 10, 2024 5:06:25 AM (7 months ago)
Author:
vboxsync
Message:

Fix for making TLS default and auto-generating a certificate - bugref:10310

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/crypto/x509-create-sign.cpp

    r104570 r104571  
    133133        return rc;
    134134    BIO_free(fp1);
     135# ifdef _MSC_VER
    135136    close(fd1);
     137#endif
    136138    RTFileClose(hKeyFile);
    137139
     
    153155        return rc;
    154156    BIO_free(fp2);
     157# ifdef _MSC_VER
    155158    close(fd2);
     159#endif
    156160    RTFileClose(hCertFile);
    157161
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette