repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
mpcs
/
ntv_des.c.patch
blob
e231d1e105b2103643b5a50ddd109769d2f254cd
1
--- cscrypt/des.c.orig 2008-11-26 21:09:50.000000000 +0200
2
+++ cscrypt/des.c 2009-02-03 14:29:09.000000000 +0200
3
@@ -516,7 +516,7 @@
4
}
5
}
6
7
-#define CWS_NETMSGSIZE 256
8
+#define CWS_NETMSGSIZE 256+3
9
10
int des_encrypt(byte *buffer, int len, byte *deskey)
11
{