VirtualBox

忽略:
時間撮記:
2014-5-27 上午08:25:13 (10 年 以前)
作者:
vboxsync
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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  */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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