comparison mcabber/connwrap/md5.h @ 414:ec86d759ed54

Trailing whitespace cleanup No real change.
author Mikael Berthe <mikael@lilotux.net>
date Tue, 30 Aug 2005 22:26:19 +0200
parents bf3d6e241714
children
comparison
equal deleted inserted replaced
413:f7e4b0424081 414:ec86d759ed54
59 md5_word_t abcd[4]; /* digest buffer */ 59 md5_word_t abcd[4]; /* digest buffer */
60 md5_byte_t buf[64]; /* accumulate block */ 60 md5_byte_t buf[64]; /* accumulate block */
61 } md5_state_t; 61 } md5_state_t;
62 62
63 #ifdef __cplusplus 63 #ifdef __cplusplus
64 extern "C" 64 extern "C"
65 { 65 {
66 #endif 66 #endif
67 67
68 /* Initialize the algorithm. */ 68 /* Initialize the algorithm. */
69 #ifdef P1 69 #ifdef P1