[monitor_wrap.c]
     spelling; from Brian Poole <raj@cerias.purdue.edu>
This commit is contained in:
Ben Lindstrom 2002-06-20 23:53:53 +00:00
parent 0e23ebcc8b
commit 3c73dfe55e
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
20020620
- (bal) OpenBSD CVS Sync
- todd@cvs.openbsd.org 2002/06/14 21:35:00
[monitor_wrap.c]
spelling; from Brian Poole <raj@cerias.purdue.edu>
20020613
- (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com
@ -925,4 +931,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2216 2002/06/13 21:34:57 mouring Exp $
$Id: ChangeLog,v 1.2217 2002/06/20 23:53:53 mouring Exp $

View File

@ -25,7 +25,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: monitor_wrap.c,v 1.8 2002/06/04 23:05:49 markus Exp $");
RCSID("$OpenBSD: monitor_wrap.c,v 1.9 2002/06/14 21:35:00 todd Exp $");
#include <openssl/bn.h>
#include <openssl/dh.h>
@ -425,7 +425,7 @@ mm_newkeys_from_blob(u_char *blob, int blen)
mac->enabled = buffer_get_int(&b);
mac->key = buffer_get_string(&b, &len);
if (len > mac->key_len)
fatal("%s: bad mac key lenght: %d > %d", __func__, len,
fatal("%s: bad mac key length: %d > %d", __func__, len,
mac->key_len);
mac->key_len = len;