diff options
author | 2020-06-05 03:15:26 +0000 | |
---|---|---|
committer | 2020-06-05 03:15:26 +0000 | |
commit | 30b2ce0804e16b274618155a8fbbdd2950378cab (patch) | |
tree | 594200a506d298b963366e1fc91b370a6132ec50 /usr.bin/ssh/ssh.c | |
parent | spell if_rxr_livelocked properly (diff) | |
download | wireguard-openbsd-30b2ce0804e16b274618155a8fbbdd2950378cab.tar.xz wireguard-openbsd-30b2ce0804e16b274618155a8fbbdd2950378cab.zip |
Correct historical comment: provos@ modified OpenSSH to work with SSLeay
(very quickly replaced by OpenSSL) not SSL in general. ok deraadt,
historical context markus@
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index dd7648ac00f..c206e996125 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.528 2020/05/29 04:25:40 dtucker Exp $ */ +/* $OpenBSD: ssh.c,v 1.529 2020/06/05 03:15:26 dtucker Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -16,7 +16,7 @@ * Copyright (c) 1999 Niels Provos. All rights reserved. * Copyright (c) 2000, 2001, 2002, 2003 Markus Friedl. All rights reserved. * - * Modified to work with SSL by Niels Provos <provos@citi.umich.edu> + * Modified to work with SSLeay by Niels Provos <provos@citi.umich.edu> * in Canada (German citizen). * * Redistribution and use in source and binary forms, with or without |