VirtualBox

Ignore:
Timestamp:
Jun 22, 2012 2:20:13 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78742
Message:

backed out r78740

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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