diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-05-20 00:39:33 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-05-20 00:39:33 +0200 |
commit | 10f580d2ee1440695138b52f65e89e70ebf1830e (patch) | |
tree | a6cee8aa973496fd1e036071c96b3ed8d22ae8c0 /src/psk.c | |
parent | 2b2904a89859a275dd92089fd6cb7b6b949eecb4 (diff) | |
download | gnutls-10f580d2ee1440695138b52f65e89e70ebf1830e.tar.gz |
Use umask unconditionally.
Diffstat (limited to 'src/psk.c')
-rw-r--r-- | src/psk.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2007 Free Software Foundation + * Copyright (C) 2005, 2007, 2008 Free Software Foundation * * This file is part of GNUTLS. * @@ -93,9 +93,7 @@ main (int argc, char **argv) exit (1); } -#ifdef HAVE_UMASK umask (066); -#endif if (gaa (argc, argv, &info) != -1) { |