• unknown's avatar
    Bug #13164 yassl: "SSL connection error" on several platforms · 17efbe9f
    unknown authored
     - it's a requirement fo yaSSL that either /dev/urandom or /dev/random is available on the target system.
     - Added a fix that tries to open /dev/random if /dev/urandom is not available.
    
    
    extra/yassl/taocrypt/src/random.cpp:
      Try to open /dev/ranom if /dev/urandom is not available.
    17efbe9f
random.cpp 2.63 KB