From 84c1e7bca8c4ceaccf4d5557e39a833585a3c77e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 20 Apr 2014 13:27:53 +1000 Subject: [PATCH] - tedu@cvs.openbsd.org 2014/04/19 14:53:48 [ssh-keysign.c sshd.c] Delete futile calls to RAND_seed. ok djm NB. Id sync only. This only applies to OpenBSD's libcrypto slashathon --- ChangeLog | 4 ++++ ssh-keysign.c | 2 +- sshd.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cf4be5449..f14d4a063 100644 --- a/ChangeLog +++ b/ChangeLog @@ -111,6 +111,10 @@ - djm@cvs.openbsd.org 2014/04/19 05:54:59 [compat.c] missing wildcard; pointed out by naddy@ + - tedu@cvs.openbsd.org 2014/04/19 14:53:48 + [ssh-keysign.c sshd.c] + Delete futile calls to RAND_seed. ok djm + NB. Id sync only. This only applies to OpenBSD's libcrypto slashathon 20140401 - (djm) On platforms that support it, use prctl() to prevent sftp-server diff --git a/ssh-keysign.c b/ssh-keysign.c index dfa89e1e2..ed24f66d1 100644 --- a/ssh-keysign.c +++ b/ssh-keysign.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keysign.c,v 1.40 2014/04/01 02:05:27 djm Exp $ */ +/* $OpenBSD: ssh-keysign.c,v 1.41 2014/04/19 14:53:48 tedu Exp $ */ /* * Copyright (c) 2002 Markus Friedl. All rights reserved. * diff --git a/sshd.c b/sshd.c index 3ca722c5c..b955f1921 100644 --- a/sshd.c +++ b/sshd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshd.c,v 1.424 2014/04/18 23:52:25 djm Exp $ */ +/* $OpenBSD: sshd.c,v 1.425 2014/04/19 14:53:48 tedu Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland