summaryrefslogtreecommitdiff
path: root/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.h')
-rw-r--r--monitor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor.h b/monitor.h
index b5db9998e..c87ad572d 100644
--- a/monitor.h
+++ b/monitor.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: monitor.h,v 1.4 2002/05/12 23:53:45 djm Exp $ */ 1/* $OpenBSD: monitor.h,v 1.5 2002/06/06 01:09:41 stevesk Exp $ */
2 2
3/* 3/*
4 * Copyright 2002 Niels Provos <provos@citi.umich.edu> 4 * Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -50,7 +50,7 @@ enum monitor_reqtype {
50 MONITOR_REQ_RSACHALLENGE, MONITOR_ANS_RSACHALLENGE, 50 MONITOR_REQ_RSACHALLENGE, MONITOR_ANS_RSACHALLENGE,
51 MONITOR_REQ_RSARESPONSE, MONITOR_ANS_RSARESPONSE, 51 MONITOR_REQ_RSARESPONSE, MONITOR_ANS_RSARESPONSE,
52 MONITOR_REQ_PAM_START, 52 MONITOR_REQ_PAM_START,
53 MONITOR_REQ_TERM, 53 MONITOR_REQ_TERM
54}; 54};
55 55
56struct mm_master; 56struct mm_master;