Soft'N'Design Software
/
projects
/
ulvpn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2d6cb
)
spelling
author
Laurent Mazet
<mazet@softndesign.org>
Sun, 8 Jun 2025 09:12:56 +0000
(11:12 +0200)
committer
Laurent Mazet
<mazet@softndesign.org>
Sun, 8 Jun 2025 09:12:56 +0000
(11:12 +0200)
ulvpn.c
patch
|
blob
|
blame
|
history
diff --git
a/ulvpn.c
b/ulvpn.c
index fae12d905ad6d9ff1fe9ebde7127504709382ba5..1d53073ea0a4f52f6291984f688b0ea609b6f455 100644
(file)
--- a/
ulvpn.c
+++ b/
ulvpn.c
@@
-124,7
+124,7
@@
int encrypt (uint8_t *buffer, int len, cm_t *cm)
int in_len = 0;
int seqrx = MOREP_Receive_timeout (cm->rxblack, &msgtype, in, &in_len, timeout);
if ((msgtype != 0x01) || (in_len != out_len + 16) || (seqtx != seqrx)) {
- VERBOSE (ulvpn, WARNING, PRINTF ("non-coherent encryp
y
ted message\n"));
+ VERBOSE (ulvpn, WARNING, PRINTF ("non-coherent encrypted message\n"));
return 0;
}
ENCRYPTED_DATA_t enc = {0};