Browse code

fix bad alias of CL_ENCRYPTED

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@1052 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2004/11/02 21:27:53
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Tue Nov  2 13:26:01 CET 2004 (tk)
2
+---------------------------------
3
+  * libclamav/clamav.h: fix bad alias of CL_ENCRYPTED (thanks to Jan ONDREJ
4
+			(SAL) <ondrejj*salstar.sk>)
5
+
1 6
 Tue Nov  2 05:12:45 CET 2004 (tk)
2 7
 ---------------------------------
3 8
   * docs/MacOSX: update (Dale Enterprise L.L.C)
... ...
@@ -85,7 +85,7 @@ extern "C"
85 85
 #define CL_MAIL		CL_SCAN_MAIL
86 86
 #define CL_DISABLERAR	CL_SCAN_DISABLERAR
87 87
 #define CL_OLE2		CL_SCAN_OLE2
88
-#define CL_ENCRYPTED    CL_SCAN_ENCRYPTED
88
+#define CL_ENCRYPTED    CL_SCAN_BLOCKENCRYPTED
89 89
 
90 90
 
91 91
 struct cli_bm_patt {