VirtualBox

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


Ignore:
Timestamp:
Jun 22, 2012 2:20:13 PM (13 years ago)
Author:
vboxsync
Message:

backed out r78740

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r41887 r41889  
    364364        common/rand/randadv.cpp \
    365365        common/rand/randparkmiller.cpp \
    366         common/rand/randopenssl.cpp \
    367366        common/sort/RTSortIsSorted.cpp \
    368367        common/sort/RTSortApvIsSorted.cpp \
     
    10301029RuntimeBldProg_BLD_TRG_ARCH     := $(KBUILD_HOST_ARCH)
    10311030RuntimeBldProg_BLD_TRG_CPU      := $(KBUILD_HOST_CPU)
    1032 RuntimeBldProg_SOURCES          := $(filter-out \
    1033         common/rand/randopenssl.cpp \
    1034         , $(RuntimeR3_SOURCES))
    1035 RuntimeBldProg_SOURCES          += \
    1036         generic/RTRandAdvCreateOpenssl-generic.cpp
    10371031
    10381032
     
    10571051        common/checksum/RTSha1Digest.cpp \
    10581052        common/checksum/sha% \
    1059         common/rand/randopenssl.cpp \
    10601053        generic/RTLogWriteUser-generic.cpp \
    10611054        , $(RuntimeR3_SOURCES))
    10621055RuntimeGuestR3_SOURCES              += \
    10631056        common/time/timesysalias.cpp \
    1064         VBox/logbackdoor.cpp \
    1065         generic/RTRandAdvCreateOpenssl-generic.cpp
     1057        VBox/logbackdoor.cpp
    10661058RuntimeGuestR3_SOURCES.$(KBUILD_TARGET)      := $(RuntimeR3_SOURCES.$(KBUILD_TARGET))
    10671059RuntimeGuestR3_SOURCES.$(KBUILD_HOST)        := $(RuntimeR3_SOURCES.$(KBUILD_HOST))
  • trunk/src/VBox/Runtime/common/rand/rand.cpp

    r41887 r41889  
    6262{
    6363    RTRAND hRand;
    64     int rc = RTRandAdvCreateOpenssl(&hRand);
    65     if (RT_FAILURE(rc))
    66         rc = RTRandAdvCreateSystemFaster(&hRand);
     64    int rc = RTRandAdvCreateSystemFaster(&hRand);
    6765    if (RT_FAILURE(rc))
    6866        rc = RTRandAdvCreateParkMiller(&hRand);
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