summaryrefslogtreecommitdiff
path: root/monitor_wrap.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-20 23:53:53 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-20 23:53:53 +0000
commit3c73dfe55ebe0f302cc5a9bc590b96427eefb0a6 (patch)
tree2c6ab6a4893fb8e52074b65924448de717141ac4 /monitor_wrap.c
parent0e23ebcc8b022710a266982694f3e10e3f19e20b (diff)
- todd@cvs.openbsd.org 2002/06/14 21:35:00
[monitor_wrap.c] spelling; from Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'monitor_wrap.c')
-rw-r--r--monitor_wrap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor_wrap.c b/monitor_wrap.c
index fca5ffe50..65998a1e1 100644
--- a/monitor_wrap.c
+++ b/monitor_wrap.c
@@ -25,7 +25,7 @@
25 */ 25 */
26 26
27#include "includes.h" 27#include "includes.h"
28RCSID("$OpenBSD: monitor_wrap.c,v 1.8 2002/06/04 23:05:49 markus Exp $"); 28RCSID("$OpenBSD: monitor_wrap.c,v 1.9 2002/06/14 21:35:00 todd Exp $");
29 29
30#include <openssl/bn.h> 30#include <openssl/bn.h>
31#include <openssl/dh.h> 31#include <openssl/dh.h>
@@ -425,7 +425,7 @@ mm_newkeys_from_blob(u_char *blob, int blen)
425 mac->enabled = buffer_get_int(&b); 425 mac->enabled = buffer_get_int(&b);
426 mac->key = buffer_get_string(&b, &len); 426 mac->key = buffer_get_string(&b, &len);
427 if (len > mac->key_len) 427 if (len > mac->key_len)
428 fatal("%s: bad mac key lenght: %d > %d", __func__, len, 428 fatal("%s: bad mac key length: %d > %d", __func__, len,
429 mac->key_len); 429 mac->key_len);
430 mac->key_len = len; 430 mac->key_len = len;
431 431