]> www.vanbest.org Git - sasc-ng.git/commitdiff
cardclient-newcamd: increase max message size
authorleslie <unknown>
Tue, 24 Mar 2009 12:27:39 +0000 (20:27 +0800)
committerleslie <unknown>
Tue, 24 Mar 2009 12:27:39 +0000 (20:27 +0800)
systems/cardclient/newcamd.c

index 7b8cb6b680ca10ad0256ce46f3f397d2b368b93a..1ab95b9629144beda9b15d4364c988d0a34ecc87 100644 (file)
@@ -32,7 +32,7 @@
 
 #include <openssl/des.h>
 
-#define CWS_NETMSGSIZE 240
+#define CWS_NETMSGSIZE 256
 
 // -- cTripleDes ---------------------------------------------------------------