comparison md5.c @ 58:3f174e4ccf0c libavutil

spelling typo
author diego
date Wed, 05 Jul 2006 22:56:45 +0000
parents 01299a828431
children f40e091f7716
comparison
equal deleted inserted replaced
57:4d00c7c7d07d 58:3f174e4ccf0c
10 * based on http://ubiqx.org/libcifs/source/Auth/MD5.c 10 * based on http://ubiqx.org/libcifs/source/Auth/MD5.c
11 * from Christopher R. Hertel (crh@ubiqx.mn.org) 11 * from Christopher R. Hertel (crh@ubiqx.mn.org)
12 * simplified, cleaned and IMO redundant comments removed by michael 12 * simplified, cleaned and IMO redundant comments removed by michael
13 * 13 *
14 * if you use gcc, then version 4.1 or later and -fomit-frame-pointer is 14 * if you use gcc, then version 4.1 or later and -fomit-frame-pointer is
15 * strongly recommanded 15 * strongly recommended
16 */ 16 */
17 17
18 #include "common.h" 18 #include "common.h"
19 #include <string.h> 19 #include <string.h>
20 #include "md5.h" 20 #include "md5.h"