VirtualBox

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


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

Runtime: introduced RTRandAdvCreateOpenssl()

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

Legend:

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

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