diff options
author | mouring <mouring> | 2002-06-06 21:57:01 +0000 |
---|---|---|
committer | mouring <mouring> | 2002-06-06 21:57:01 +0000 |
commit | 62e333a53362215206b364a60e093428ee440e1f (patch) | |
tree | 0fa827c9403a2d23095577c978964852004752ae | |
parent | 619238e32c9e2164456e05ca0e92313b8e577e36 (diff) | |
download | openssh-62e333a53362215206b364a60e093428ee440e1f.tar.gz |
- stevesk@cvs.openbsd.org 2002/06/06 01:09:41
[monitor.h]
no trailing comma in enum; china@thewrittenword.com
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | monitor.h | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -121,6 +121,9 @@ [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c] ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@ + - stevesk@cvs.openbsd.org 2002/06/06 01:09:41 + [monitor.h] + no trailing comma in enum; china@thewrittenword.com 20020604 - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed @@ -805,4 +808,4 @@ - (stevesk) entropy.c: typo in debug message - (djm) ssh-keygen -i needs seeded RNG; report from markus@ -$Id: ChangeLog,v 1.2176 2002/06/06 21:54:57 mouring Exp $ +$Id: ChangeLog,v 1.2177 2002/06/06 21:57:01 mouring Exp $ @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor.h,v 1.4 2002/05/12 23:53:45 djm Exp $ */ +/* $OpenBSD: monitor.h,v 1.5 2002/06/06 01:09:41 stevesk Exp $ */ /* * Copyright 2002 Niels Provos <provos@citi.umich.edu> @@ -50,7 +50,7 @@ enum monitor_reqtype { MONITOR_REQ_RSACHALLENGE, MONITOR_ANS_RSACHALLENGE, MONITOR_REQ_RSARESPONSE, MONITOR_ANS_RSARESPONSE, MONITOR_REQ_PAM_START, - MONITOR_REQ_TERM, + MONITOR_REQ_TERM }; struct mm_master; |