summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-18 20:25:33 +1000
committerDamien Miller <djm@mindrot.org>2003-06-18 20:25:33 +1000
commit469954debd6cb78d8c109785e418b235cf004565 (patch)
tree4bfa283da1fd145995b767e80743e57ad0492998 /monitor.c
parent53950b68bf28a8d3eebdf39bea96a9046806c5d2 (diff)
- (djm) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2003/06/12 07:57:38 [monitor.c sshlogin.c sshpty.c] typos; dtucker at zip.com.au
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor.c b/monitor.c
index 707d314b3..f306794d4 100644
--- a/monitor.c
+++ b/monitor.c
@@ -25,7 +25,7 @@
25 */ 25 */
26 26
27#include "includes.h" 27#include "includes.h"
28RCSID("$OpenBSD: monitor.c,v 1.42 2003/06/02 09:17:34 markus Exp $"); 28RCSID("$OpenBSD: monitor.c,v 1.43 2003/06/12 07:57:38 markus Exp $");
29 29
30#include <openssl/dh.h> 30#include <openssl/dh.h>
31 31
@@ -93,7 +93,7 @@ struct {
93 u_int olen; 93 u_int olen;
94} child_state; 94} child_state;
95 95
96/* Functions on the montior that answer unprivileged requests */ 96/* Functions on the monitor that answer unprivileged requests */
97 97
98int mm_answer_moduli(int, Buffer *); 98int mm_answer_moduli(int, Buffer *);
99int mm_answer_sign(int, Buffer *); 99int mm_answer_sign(int, Buffer *);