bug27728 403 B

1234567
  1. o Minor bugfixes (compilation):
  2. - Compile the ed25519-donna code with a correct declaration of
  3. crypto_strongest_rand(). Previously, we build it with one type,
  4. but link it against another in the unit tests, which caused
  5. compilation failures with LTO enabled, and which could have
  6. caused other undefined behavior in the tests. Fixes bug 27728;
  7. bugfix on 0.3.5.1-alpha.