summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_win.c
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@debian.org>2014-06-07 14:37:17 +0200
committerMatt Caswell <matt@openssl.org>2014-06-08 21:15:48 +0100
commit7be1d8764d30d2f04696d7f834df349bc4bffd73 (patch)
tree1e82d90177bab7f7fd5174a489002ec0b548674a /crypto/rand/rand_win.c
parentfb8d9ddb9dc19d84dffa84932f75e607c8a3ffe6 (diff)
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>.
Diffstat (limited to 'crypto/rand/rand_win.c')
0 files changed, 0 insertions, 0 deletions