comparison src/lib-ntlm/ntlm-des.c @ 4425:227733bbe607 HEAD

Don't include stdint.h directly.
author Timo Sirainen <tss@iki.fi>
date Sun, 18 Jun 2006 22:47:17 +0300
parents 15d3681fdecc
children
comparison
equal deleted inserted replaced
4424:b6ece4ed0343 4425:227733bbe607
4 * Copyright 1997-2005 Simon Tatham. 4 * Copyright 1997-2005 Simon Tatham.
5 * 5 *
6 * This software is released under the MIT license. 6 * This software is released under the MIT license.
7 */ 7 */
8 8
9 #include <stdint.h> 9 #include "lib.h"
10
11 #include "ntlm-des.h" 10 #include "ntlm-des.h"
12 11
13 /* 12 /*
14 * Description of DES 13 * Description of DES
15 * ------------------ 14 * ------------------