VirtualBox

Changeset 41911 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jun 25, 2012 2:42:30 PM (12 years ago)
Author:
vboxsync
Message:

backed out r78763 and r78763

Location:
trunk/src/VBox/Runtime/common/rand
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/rand/rand.cpp

    r41909 r41911  
    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