summaryrefslogtreecommitdiffstats
path: root/demos/engines/zencod/hw_zencod.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/engines/zencod/hw_zencod.h')
-rw-r--r--demos/engines/zencod/hw_zencod.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/engines/zencod/hw_zencod.h b/demos/engines/zencod/hw_zencod.h
index 415c9a6be8..eef8ee6fe8 100644
--- a/demos/engines/zencod/hw_zencod.h
+++ b/demos/engines/zencod/hw_zencod.h
@@ -114,7 +114,8 @@ typedef struct ZEN_data_st
/* output : output data buffer */
/* input : input data buffer */
/* algo : hash algorithm, MD5 or SHA1 */
-/* typedef int t_zencod_hash ( KEY *output, const KEY *input, int algo ) ;
+/*-
+ * typedef int t_zencod_hash ( KEY *output, const KEY *input, int algo ) ;
* typedef int t_zencod_sha_hash ( KEY *output, const KEY *input, int algo ) ;
*/
/* For now separate this stuff that mad it easier to test */