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:
c410e14
)
typo
author
Christian Grothoff
<christian@grothoff.org>
Mon, 5 Apr 2010 11:58:45 +0000
(11:58 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 5 Apr 2010 11:58:45 +0000
(11:58 +0000)
src/util/crypto_rsa.c
patch
|
blob
|
history
diff --git
a/src/util/crypto_rsa.c
b/src/util/crypto_rsa.c
index f3bb04cd25c7cbd1ff9a1f4f925274588499ee83..491aa4f79aa22abe751a861632b0ab8e64ee13da 100644
(file)
--- a/
src/util/crypto_rsa.c
+++ b/
src/util/crypto_rsa.c
@@
-587,7
+587,7
@@
GNUNET_CRYPTO_rsa_key_create_from_file (const char *filename)
if (GNUNET_YES != GNUNET_DISK_file_test (filename))
{
/* must exist but not be accessible, fail for good! */
- if (0 != ACCESS (filena
e, R_OK))
+ if (0 != ACCESS (filena
me, R_OK))
GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR,
"access", filename);
else