Changeset 65819 in vbox for trunk/src/VBox
- Timestamp:
- Feb 20, 2017 5:34:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/RDP/client-1.8.3/rdesktop.c
r65817 r65819 44 44 45 45 #ifdef VBOX 46 # include <iprt/initterm.h> 46 # ifdef OPENSSL_MANGLER 47 # include <iprt/initterm.h> 48 # endif 47 49 # include <VBox/version.h> 48 50 # include <iprt/log.h> … … 585 587 #endif 586 588 587 #ifdef VBOX 589 #if defined(VBOX) && defined(OPENSSL_MANGLER) 590 /* Only need RT initialization if building against OpenSSL using 591 * RT synchronization, standalone rdesktop doesn't need this. */ 588 592 RTR3InitExe(argc, &argv, 0); 589 593 #endif … … 1247 1251 } 1248 1252 1249 /* By setting encryption to False here, we have an encrypted login 1253 /* By setting encryption to False here, we have an encrypted login 1250 1254 packet but unencrypted transfer of other packets */ 1251 1255 if (!g_packet_encryption) … … 1826 1830 sec_hash_to_string(hash, sizeof(hash), ho, sizeof(ho)); 1827 1831 1828 /* write licence to {sha1}.cal.new, then atomically 1832 /* write licence to {sha1}.cal.new, then atomically 1829 1833 rename to {sha1}.cal */ 1830 1834 snprintf(path, PATH_MAX, "%s" RDESKTOP_LICENSE_STORE "/%s.cal", home, hash);
Note:
See TracChangeset
for help on using the changeset viewer.