Update preset.
[bertos.git] / bertos / algo / md2.h
index bce2947c5c59348c8bb3dc2d5a7a423c795c31b9..f7642b9a39b6fb1c123139bf3a40494630221dc5 100644 (file)
  * message having a given prespecified target message digest.
  *
  *
- * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "md2",
- * "depends" : [],
- * "configuration" : "bertos/cfg/cfg_md2.h"
- * }
+ * $WIZ$ module_name = "md2"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_md2.h"
  */
 
 #ifndef ALGO_MD2_H