diff options
author | 2009-06-21 09:04:03 +0000 | |
---|---|---|
committer | 2009-06-21 09:04:03 +0000 | |
commit | 45fc3397f7934626108cba0ae6206d090f63c00c (patch) | |
tree | b46cfe0ca16ce87e898d00aeefcb9c82e2e09d70 | |
parent | abort if key_sign fails, preventing possible null deref. Based on report (diff) | |
download | wireguard-openbsd-45fc3397f7934626108cba0ae6206d090f63c00c.tar.xz wireguard-openbsd-45fc3397f7934626108cba0ae6206d090f63c00c.zip |
Add tags for the benefit of the sync scripts
-rw-r--r-- | usr.bin/ssh/roaming.h | 1 | ||||
-rw-r--r-- | usr.bin/ssh/roaming_common.c | 1 | ||||
-rw-r--r-- | usr.bin/ssh/roaming_dummy.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/ssh/roaming.h b/usr.bin/ssh/roaming.h index 2bbc8a09fcd..e9946550209 100644 --- a/usr.bin/ssh/roaming.h +++ b/usr.bin/ssh/roaming.h @@ -1,3 +1,4 @@ +/* $OpenBSD: roaming.h,v 1.3 2009/06/21 09:04:03 dtucker Exp $ */ /* * Copyright (c) 2004-2009 AppGate Network Security AB * diff --git a/usr.bin/ssh/roaming_common.c b/usr.bin/ssh/roaming_common.c index 4bc848fb233..065542520c6 100644 --- a/usr.bin/ssh/roaming_common.c +++ b/usr.bin/ssh/roaming_common.c @@ -1,3 +1,4 @@ +/* $OpenBSD: roaming_common.c,v 1.4 2009/06/21 09:04:03 dtucker Exp $ */ /* * Copyright (c) 2004-2009 AppGate Network Security AB * diff --git a/usr.bin/ssh/roaming_dummy.c b/usr.bin/ssh/roaming_dummy.c index 93b664764b8..f081bffe94f 100644 --- a/usr.bin/ssh/roaming_dummy.c +++ b/usr.bin/ssh/roaming_dummy.c @@ -1,3 +1,4 @@ +/* $OpenBSD: roaming_dummy.c,v 1.3 2009/06/21 09:04:03 dtucker Exp $ */ /* * Copyright (c) 2004-2009 AppGate Network Security AB * |