K 10 svn:author V 3 cem K 8 svn:date V 27 2019-12-13T04:55:17.547349Z K 7 svn:log V 270 libradius: Rip out dubious use of srandomdev(3)+random(3) These functions appear to intend to produce unpredictable results. Just use arc4random. While here, use an explicit_bzero instead of memset where the intent is clearly to zero out a secret (clear_passphrase). END