projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a362594
)
Correct debug message.
author
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 5 Dec 2008 14:17:39 +0000
(14:17 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 5 Dec 2008 14:17:39 +0000
(14:17 +0000)
src/protocol_auth.c
patch
|
blob
|
history
diff --git
a/src/protocol_auth.c
b/src/protocol_auth.c
index
0efeceb
..
59cab66
100644
(file)
--- a/
src/protocol_auth.c
+++ b/
src/protocol_auth.c
@@
-240,7
+240,7
@@
bool metakey_h(connection_t *c)
/* Decrypt the meta key */
if(RSA_private_decrypt(len, (unsigned char *)buffer, (unsigned char *)c->inkey, myself->connection->rsa_key, RSA_NO_PADDING) != len) { /* See challenge() */
- logger(LOG_ERR, _("Error during
en
cryption of meta key for %s (%s)"),
+ logger(LOG_ERR, _("Error during
de
cryption of meta key for %s (%s)"),
c->name, c->hostname);
return false;
}