kes  Fix argument to non-OpenSSL crypto.c subroutine.
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5027 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
               Technical notes on version 2.1
 
 General:
+Release: 2.1.18 beta
+16Jun07
+kes  Fix seg fault in FD from incorrect digest size. 
+kes  Fix argument to non-OpenSSL crypto.c subroutine.      
+
 Release: 2.1.16 beta
 16Jun07
 kes  Remove a few malloc()s from the encryption code.
 
  */
 
 #undef  VERSION
-#define VERSION "2.1.16"
+#define VERSION "2.1.18"
 #define BDATE   "16 June 2007"
 #define LSMDATE "16Jun07"
 
 
               Technical notes on version 2.1
 
 General:
+Release: 2.1.18 beta
+16Jun07
+kes  Fix seg fault in FD from incorrect digest size. 
+kes  Fix argument to non-OpenSSL crypto.c subroutine.      
+
 Release: 2.1.16 beta
 16Jun07
-kes  Fix seg fault in FD.
 kes  Remove a few malloc()s from the encryption code.
 kes  Use the class calls to bsock in filed/backup.c and restore.c in
      place of the old bnet_xxx code.