diff options
author | mouring <mouring> | 2001-02-09 02:11:24 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-02-09 02:11:24 +0000 |
commit | 8d39bf8f2992756df4786b70db09bb6bd22a8b1c (patch) | |
tree | 4badbfbadb6dcde50f6cda57c7ca229ebd09dc5f /mpaux.c | |
parent | 4663cb7b075e28c7e6abc0c52f7aacacb1be0fff (diff) | |
download | openssh-8d39bf8f2992756df4786b70db09bb6bd22a8b1c.tar.gz |
- 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.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: mpaux.c,v 1.15 2000/12/19 23:17:57 markus Exp $"); +RCSID("$OpenBSD: mpaux.c,v 1.16 2001/02/08 19:30:52 itojun Exp $"); #include <openssl/bn.h> #include "getput.h" @@ -21,6 +21,8 @@ RCSID("$OpenBSD: mpaux.c,v 1.15 2000/12/19 23:17:57 markus Exp $"); #include <openssl/md5.h> +#include "mpaux.h" + void compute_session_id(u_char session_id[16], u_char cookie[8], |