artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93ca0b4
)
One less lie in comments
author
claudio
<claudio@openbsd.org>
Tue, 28 Nov 2017 18:25:53 +0000
(18:25 +0000)
committer
claudio
<claudio@openbsd.org>
Tue, 28 Nov 2017 18:25:53 +0000
(18:25 +0000)
usr.sbin/relayd/relayd.h
patch
|
blob
|
history
diff --git
a/usr.sbin/relayd/relayd.h
b/usr.sbin/relayd/relayd.h
index
69b9a8c
..
a91c37f
100644
(file)
--- a/
usr.sbin/relayd/relayd.h
+++ b/
usr.sbin/relayd/relayd.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: relayd.h,v 1.24
7 2017/11/28 01:51:47
claudio Exp $ */
+/* $OpenBSD: relayd.h,v 1.24
8 2017/11/28 18:25:53
claudio Exp $ */
/*
* Copyright (c) 2006 - 2016 Reyk Floeter <reyk@openbsd.org>
@@
-971,7
+971,7
@@
enum imsg_type {
IMSG_CFG_DONE,
IMSG_CA_PRIVENC,
IMSG_CA_PRIVDEC,
- IMSG_SESS_PUBLISH, /* from relay to
hc
e */
+ IMSG_SESS_PUBLISH, /* from relay to
pf
e */
IMSG_SESS_UNPUBLISH,
IMSG_TLSTICKET_REKEY
};