move chacha context and buffer out of bss and allow mmap to place them
authortedu <tedu@openbsd.org>
Tue, 6 May 2014 02:31:45 +0000 (02:31 +0000)
committertedu <tedu@openbsd.org>
Tue, 6 May 2014 02:31:45 +0000 (02:31 +0000)
commitc8f7bca9300980379eb50a4ac79e962c67a6bad3
treeba9925fbc45cbde5f77828bb2fe880f0902f9050
parent1248a57eac575e670adb53917eec7b4c02af2431
move chacha context and buffer out of bss and allow mmap to place them
wherever it decides it would like them. first step. ok deraadt dlg djm
lib/libc/crypt/arc4random.c