summaryrefslogtreecommitdiff
path: root/mpaux.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-09 02:11:24 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-09 02:11:24 +0000
commit31ca54aa86a90052f8fe73fda66c7f39fd5079bc (patch)
tree91bf4097b9145323fd2aee645a2a42348e33b22e /mpaux.c
parente9cf357a99dcd2db14635974289e04f5f0808123 (diff)
- itojun@cvs.openbsd.org 2001/02/08 19:30:52
sync with netbsd tree changes. - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long
Diffstat (limited to 'mpaux.c')
-rw-r--r--mpaux.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mpaux.c b/mpaux.c
index 6b586ec04..0c486275f 100644
--- a/mpaux.c
+++ b/mpaux.c
@@ -13,7 +13,7 @@
13 */ 13 */
14 14
15#include "includes.h" 15#include "includes.h"
16RCSID("$OpenBSD: mpaux.c,v 1.15 2000/12/19 23:17:57 markus Exp $"); 16RCSID("$OpenBSD: mpaux.c,v 1.16 2001/02/08 19:30:52 itojun Exp $");
17 17
18#include <openssl/bn.h> 18#include <openssl/bn.h>
19#include "getput.h" 19#include "getput.h"
@@ -21,6 +21,8 @@ RCSID("$OpenBSD: mpaux.c,v 1.15 2000/12/19 23:17:57 markus Exp $");
21 21
22#include <openssl/md5.h> 22#include <openssl/md5.h>
23 23
24#include "mpaux.h"
25
24void 26void
25compute_session_id(u_char session_id[16], 27compute_session_id(u_char session_id[16],
26 u_char cookie[8], 28 u_char cookie[8],