VirtualBox

Changeset 51412 in vbox for trunk/src


Ignore:
Timestamp:
May 27, 2014 8:25:13 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93950
Message:

Main/Console: preparations for OpenSSL FIPS container use, put diagnostics in the release log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r51342 r51412  
    119119# include <VBox/HostServices/GuestPropertySvc.h>
    120120# include <VBox/com/array.h>
     121#endif
     122
     123#ifdef VBOX_OPENSSL_FIPS
     124# include <openssl/crypto.h>
    121125#endif
    122126
     
    68266830        if (FAILED(rc))
    68276831            throw rc;
     6832
     6833#ifdef VBOX_OPENSSL_FIPS
     6834        LogRel(("crypto: FIPS mode %s\n", FIPS_mode() ? "enabled" : "FAILED"));
     6835#endif
    68286836
    68296837        /* test and clear the TeleporterEnabled property  */
Note: See TracChangeset for help on using the changeset viewer.

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