summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
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 *);