]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Correct historical comment: provos@ modified OpenSSH to
authordtucker@openbsd.org <dtucker@openbsd.org>
Fri, 5 Jun 2020 03:15:26 +0000 (03:15 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 5 Jun 2020 03:28:29 +0000 (13:28 +1000)
work with SSLeay (very quickly replaced by OpenSSL) not SSL in general.  ok
deraadt, historical context markus@

OpenBSD-Commit-ID: 7209e07a2984b50411ed8ca5a4932da5030d2b90

ssh.c

diff --git a/ssh.c b/ssh.c
index 9d61e2e6dcc1603b363ab8d79cad31829c30303d..dfae0a73dc32cf4d6e37693fb71edb354bf0941c 100644 (file)
--- a/ssh.c
+++ b/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