VirtualBox

Changeset 51851 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Jul 3, 2014 2:01:28 PM (11 years ago)
Author:
vboxsync
Message:

Renamed hash implementations to fit better into the build system, supplying the missing OpenSSL-based MD5. VBoxRT uses the OpenSSL variants, all other libraries uses the alternatives. Also removed stupid OpenSSL dependencies in RTSha1Digest.cpp and RTSha256Digest.cpp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r51843 r51851  
    267267        $(VBOX_PATH_RUNTIME_SRC)/common/crypto/taf-init.cpp \
    268268        $(VBOX_PATH_RUNTIME_SRC)/common/crypto/taf-sanity.cpp \
    269         $(VBOX_PATH_RUNTIME_SRC)/common/checksum/md2-alt.cpp \
    270         $(VBOX_PATH_RUNTIME_SRC)/common/checksum/md5-alt.cpp \
    271         $(VBOX_PATH_RUNTIME_SRC)/common/checksum/sha1-alt.cpp \
    272         $(VBOX_PATH_RUNTIME_SRC)/common/checksum/sha256-alt.cpp \
    273         $(VBOX_PATH_RUNTIME_SRC)/common/checksum/sha512-alt.cpp \
     269        $(VBOX_PATH_RUNTIME_SRC)/common/checksum/alt-md2.cpp \
     270        $(VBOX_PATH_RUNTIME_SRC)/common/checksum/alt-md5.cpp \
     271        $(VBOX_PATH_RUNTIME_SRC)/common/checksum/alt-sha1.cpp \
     272        $(VBOX_PATH_RUNTIME_SRC)/common/checksum/alt-sha256.cpp \
     273        $(VBOX_PATH_RUNTIME_SRC)/common/checksum/alt-sha512.cpp \
    274274        $(VBOX_PATH_RUNTIME_SRC)/common/checksum/md2str.cpp \
    275275        $(VBOX_PATH_RUNTIME_SRC)/common/checksum/md5str.cpp \
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