Skip to content
  • Nick Mathewson's avatar
    Make crypto_strongest_rand() non-mockable · ea5792f3
    Nick Mathewson authored
    Instead, have it call a mockable function.  We don't want
    crypto_strongest_rand() to be mockable, since doing so creates a
    type error when we call it from ed25519-donna, which we do not build
    in a test mode.
    
    Fixes bug 27728; bugfix on 0.3.5.1-alpha
    ea5792f3