Changeset 37277 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 31, 2011 2:38:12 PM (14 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp
r29272 r37277 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 43 43 #include <openssl/x509.h> 44 44 #include <openssl/rsa.h> 45 #include <openssl/ssl.h> 45 46 46 47 … … 68 69 (PFNRT)ASMAtomicCmpXchgU64, 69 70 (PFNRT)RTBldCfgRevision, 71 (PFNRT)SSL_free, 72 (PFNRT)SSL_library_init, 73 (PFNRT)SSL_CTX_free, 74 (PFNRT)SSL_CTX_use_certificate_file, 75 (PFNRT)TLSv1_server_method, 70 76 NULL 71 77 }; -
trunk/src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def
r37267 r37277 10 10 11 11 ; 12 ; Copyright (C) 2009 Oracle Corporation12 ; Copyright (C) 2009-2011 Oracle Corporation 13 13 ; 14 14 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 1334 1334 SSLeay 1335 1335 SSLeay_version 1336 SSL_accept 1337 SSL_CTX_free 1338 SSL_CTX_load_verify_locations 1339 SSL_CTX_new 1340 SSL_CTX_set_verify 1341 SSL_CTX_use_certificate_file 1342 SSL_CTX_use_PrivateKey_file 1343 SSL_free 1344 SSL_library_init 1345 SSL_new 1346 SSL_pending 1347 SSL_read 1348 SSL_set_bio 1349 SSL_set_read_ahead 1350 SSL_write 1336 1351 string_to_hex 1337 1352 SXNET_add_id_asc … … 1345 1360 SXNETID_free 1346 1361 SXNETID_new 1362 TLSv1_server_method 1347 1363 UI_add_error_string 1348 1364 UI_add_info_string
Note:
See TracChangeset
for help on using the changeset viewer.