summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm <djm>2014-04-20 03:27:53 +0000
committerdjm <djm>2014-04-20 03:27:53 +0000
commitf7136034bd1cb2cc96919ce2cb70cb49d26047aa (patch)
tree86e40053fef510221e5662e3141cc87683743ab7
parent3a1dab63cb67c692c391cb3556ac909f30b76c1b (diff)
downloadopenssh-f7136034bd1cb2cc96919ce2cb70cb49d26047aa.tar.gz
- 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
-rw-r--r--ChangeLog4
-rw-r--r--ssh-keysign.c2
-rw-r--r--sshd.c2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cf4be544..f14d4a06 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 dfa89e1e..ed24f66d 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 3ca722c5..b955f192 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 <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland