- todd@cvs.openbsd.org 2002/06/14 21:35:00
[monitor_wrap.c] spelling; from Brian Poole <raj@cerias.purdue.edu>
This commit is contained in:
parent
0e23ebcc8b
commit
3c73dfe55e
|
@ -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
|
20020613
|
||||||
- (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com
|
- (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com
|
||||||
|
|
||||||
|
@ -925,4 +931,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (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 $
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#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/bn.h>
|
||||||
#include <openssl/dh.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->enabled = buffer_get_int(&b);
|
||||||
mac->key = buffer_get_string(&b, &len);
|
mac->key = buffer_get_string(&b, &len);
|
||||||
if (len > mac->key_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);
|
||||||
mac->key_len = len;
|
mac->key_len = len;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue