diff options
author | markus@openbsd.org <markus@openbsd.org> | 2017-05-30 08:49:58 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-31 10:46:44 +1000 |
commit | c221219b1fbee47028dcaf66613f4f8d6b7640e9 (patch) | |
tree | 9b84695403584a5b1c1398e9d5c78cfc1aae26cc /auth2-chall.c | |
parent | afbfa68fa18081ef05a9cd294958509a5d3cda8b (diff) |
upstream commit
remove ssh1 references; ok djm@
Upstream-ID: fc23b7578e7b0a8daaec72946d7f5e58ffff5a3d
Diffstat (limited to 'auth2-chall.c')
-rw-r--r-- | auth2-chall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2-chall.c b/auth2-chall.c index ead480318..4be421287 100644 --- a/auth2-chall.c +++ b/auth2-chall.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth2-chall.c,v 1.44 2016/05/02 08:49:03 djm Exp $ */ | 1 | /* $OpenBSD: auth2-chall.c,v 1.45 2017/05/30 08:49:58 markus Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
4 | * Copyright (c) 2001 Per Allansson. All rights reserved. | 4 | * Copyright (c) 2001 Per Allansson. All rights reserved. |