diff options
author | 2006-05-06 08:35:40 +0000 | |
---|---|---|
committer | 2006-05-06 08:35:40 +0000 | |
commit | bca4252a2532b5d21a355fd948bbfba1c49f52d0 (patch) | |
tree | bc53c32171e3da2f54f32aee43e89fc4735a31fc | |
parent | fix the untested comment. (diff) | |
download | wireguard-openbsd-bca4252a2532b5d21a355fd948bbfba1c49f52d0.tar.xz wireguard-openbsd-bca4252a2532b5d21a355fd948bbfba1c49f52d0.zip |
Add $OpenBSD$ in comment here too
-rw-r--r-- | usr.bin/ssh/auth-krb5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ssh/auth-krb5.c b/usr.bin/ssh/auth-krb5.c index a453095b0ca..38d58f7b54e 100644 --- a/usr.bin/ssh/auth-krb5.c +++ b/usr.bin/ssh/auth-krb5.c @@ -1,3 +1,4 @@ +/* $OpenBSD: auth-krb5.c,v 1.18 2006/05/06 08:35:40 dtucker Exp $ */ /* * Kerberos v5 authentication and ticket-passing routines. * |