From: Christian Grothoff Date: Mon, 5 Apr 2010 21:34:37 +0000 (+0000) Subject: perfmfix X-Git-Tag: initial-import-from-subversion-38251~22262 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b35a08fcb4a73dcfcdbcc1a89324c30ab793236;p=oweals%2Fgnunet.git perfmfix --- diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c index 491aa4f79..c15dff945 100644 --- a/src/util/crypto_rsa.c +++ b/src/util/crypto_rsa.c @@ -578,8 +578,7 @@ GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename) GNUNET_DISK_OPEN_CREATE | GNUNET_DISK_OPEN_FAILIFEXISTS, GNUNET_DISK_PERM_USER_READ | - GNUNET_DISK_PERM_USER_WRITE | - GNUNET_DISK_PERM_GROUP_READ); + GNUNET_DISK_PERM_USER_WRITE); if (NULL == fd) { if (errno == EEXIST)