diff options
author | 2006-03-25 13:17:01 +0000 | |
---|---|---|
committer | 2006-03-25 13:17:01 +0000 | |
commit | 7ef31a4191d2f3ff8387ca704b4cf223fe280fbc (patch) | |
tree | a87a41fbf7fc2398b4d30d2b2b6438543d07a6f4 /usr.bin/ssh/ssh-dss.c | |
parent | only resolve symlinks in the dirname of rename()'s arguments, (diff) | |
download | wireguard-openbsd-7ef31a4191d2f3ff8387ca704b4cf223fe280fbc.tar.xz wireguard-openbsd-7ef31a4191d2f3ff8387ca704b4cf223fe280fbc.zip |
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Theo nuked - our scripts to sync -portable need them in the files
Diffstat (limited to 'usr.bin/ssh/ssh-dss.c')
-rw-r--r-- | usr.bin/ssh/ssh-dss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ssh/ssh-dss.c b/usr.bin/ssh/ssh-dss.c index 8250266fa69..d16f75e638f 100644 --- a/usr.bin/ssh/ssh-dss.c +++ b/usr.bin/ssh/ssh-dss.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ssh-dss.c,v 1.21 2006/03/25 13:17:02 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * |