Changeset 40130 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Feb 14, 2012 3:17:35 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76274
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp
r37277 r40130 5 5 6 6 /* 7 * Copyright (C) 2006-201 1Oracle Corporation7 * Copyright (C) 2006-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 44 44 #include <openssl/rsa.h> 45 45 #include <openssl/ssl.h> 46 #include <openssl/rand.h> 46 47 47 48 … … 63 64 (PFNRT)PEM_read_bio_PrivateKey, 64 65 (PFNRT)X509_free, 66 (PFNRT)X509_verify_cert_error_string, 67 (PFNRT)i2d_X509, 65 68 (PFNRT)i2d_X509, 66 69 (PFNRT)RSA_generate_key, 70 (PFNRT)RAND_load_file, 71 (PFNRT)CRYPTO_set_dynlock_create_callback, 72 (PFNRT)CRYPTO_set_dynlock_lock_callback, 73 (PFNRT)CRYPTO_set_dynlock_destroy_callback, 67 74 (PFNRT)RTAssertShouldPanic, 68 75 (PFNRT)ASMAtomicReadU64, … … 71 78 (PFNRT)SSL_free, 72 79 (PFNRT)SSL_library_init, 80 (PFNRT)SSL_load_error_strings, 73 81 (PFNRT)SSL_CTX_free, 74 82 (PFNRT)SSL_CTX_use_certificate_file, 83 (PFNRT)SSLv23_method, 75 84 (PFNRT)TLSv1_server_method, 76 85 NULL
Note:
See TracChangeset
for help on using the changeset viewer.