Changeset 43574 in vbox
- Timestamp:
- Oct 9, 2012 8:45:23 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r43363 r43574 2696 2696 $(PATH_STAGE_LIB)/VBox-libssl$(VBOX_SUFF_LIB) \ 2697 2697 $(PATH_STAGE_LIB)/VBox-libcrypto$(VBOX_SUFF_LIB) 2698 # Build entire openssl library, not just the minimal subset.2699 ifn1of ($(KBUILD_TARGET), win) ## @todo elimiate this stuff, not worth saving 5 seconds of build time.2700 VBOX_OPENSSL_ALL = 12701 endif2702 2698 2703 2699 SDK_VBOX_OPENSSL2 = What you should be using. -
trunk/src/VBox/Runtime/r3/win/VBoxRT-openssl.def
r40132 r43574 477 477 CERTIFICATEPOLICIES_free 478 478 CERTIFICATEPOLICIES_new 479 COMP_compress_block480 COMP_CTX_free481 COMP_CTX_new482 COMP_expand_block483 COMP_zlib484 479 CONF_dump_bio 485 480 CONF_dump_fp … … 962 957 ERR_get_string_table 963 958 ERR_lib_error_string 964 ERR_load_ERR_strings965 959 ERR_load_strings 966 960 ERR_peek_error … … 1691 1685 SSLeay_version 1692 1686 string_to_hex 1693 stub_VBOX_BIO_printf1694 1687 SXNET_add_id_asc 1695 1688 SXNET_add_id_INTEGER
Note:
See TracChangeset
for help on using the changeset viewer.