openssl/crypto/rand
Jakub Wilk 7be1d8764d Create ~/.rnd with mode 0600 instead of 0666
Because of a missing include <fcntl.h> we don't have O_CREATE and don't create
the file with open() using mode 0600 but fall back to using fopen() with the
default umask followed by a chmod().

Problem found by Jakub Wilk <jwilk@debian.org>.
2014-06-08 21:15:48 +01:00
..
.cvsignore
Makefile
md_rand.c ssleay_rand_add returns a value in 1.1.0 2014-04-09 15:35:51 +01:00
rand_egd.c
rand_err.c
rand_lcl.h
rand_lib.c
rand_nw.c
rand_os2.c
rand_unix.c
rand_vms.c
rand_win.c
rand.h
randfile.c Create ~/.rnd with mode 0600 instead of 0666 2014-06-08 21:15:48 +01:00
randtest.c