projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8e79d0
)
perfmfix
author
Christian Grothoff
<christian@grothoff.org>
Mon, 5 Apr 2010 21:34:37 +0000
(21:34 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 5 Apr 2010 21:34:37 +0000
(21:34 +0000)
src/util/crypto_rsa.c
patch
|
blob
|
history
diff --git
a/src/util/crypto_rsa.c
b/src/util/crypto_rsa.c
index 491aa4f79aa22abe751a861632b0ab8e64ee13da..c15dff945669d787e8f4e386a53f52c2d601a33f 100644
(file)
--- 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)