VirtualBox

Changeset 37277 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
May 31, 2011 2:38:12 PM (14 years ago)
Author:
vboxsync
Message:

Runtime/crypto+ssl: build cleanup and fixes

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp

    r29272 r37277  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2011 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    4343#include <openssl/x509.h>
    4444#include <openssl/rsa.h>
     45#include <openssl/ssl.h>
    4546
    4647
     
    6869    (PFNRT)ASMAtomicCmpXchgU64,
    6970    (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,
    7076    NULL
    7177};
  • trunk/src/VBox/Runtime/r3/win/VBoxRT-openssl-ose.def

    r37267 r37277  
    1010
    1111;
    12 ; Copyright (C) 2009 Oracle Corporation
     12; Copyright (C) 2009-2011 Oracle Corporation
    1313;
    1414; This file is part of VirtualBox Open Source Edition (OSE), as
     
    13341334    SSLeay
    13351335    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
    13361351    string_to_hex
    13371352    SXNET_add_id_asc
     
    13451360    SXNETID_free
    13461361    SXNETID_new
     1362    TLSv1_server_method
    13471363    UI_add_error_string
    13481364    UI_add_info_string
Note: See TracChangeset for help on using the changeset viewer.

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