- Timestamp:
- May 27, 2014 8:25:13 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93950
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r51342 r51412 119 119 # include <VBox/HostServices/GuestPropertySvc.h> 120 120 # include <VBox/com/array.h> 121 #endif 122 123 #ifdef VBOX_OPENSSL_FIPS 124 # include <openssl/crypto.h> 121 125 #endif 122 126 … … 6826 6830 if (FAILED(rc)) 6827 6831 throw rc; 6832 6833 #ifdef VBOX_OPENSSL_FIPS 6834 LogRel(("crypto: FIPS mode %s\n", FIPS_mode() ? "enabled" : "FAILED")); 6835 #endif 6828 6836 6829 6837 /* test and clear the TeleporterEnabled property */
Note:
See TracChangeset
for help on using the changeset viewer.