VirtualBox

Ignore:
Timestamp:
May 8, 2024 7:19:47 AM (9 months ago)
Author:
vboxsync
Message:

Fix to generate certificate code - bugref: 10310

File:
1 edited

Legend:

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

    r104537 r104539  
    112112        return rc;
    113113    BIO_free(fp1);
     114# ifdef _MSC_VER
    114115    close(fd1);
     116# endif
    115117    RTFileClose(hKeyFile);
    116118
     
    132134        return rc;
    133135    BIO_free(fp2);
     136# ifdef _MSC_VER
    134137    close(fd2);
     138# endif
    135139    RTFileClose(hCertFile);
    136140
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