summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-04-20 13:27:53 +1000
committerDamien Miller <djm@mindrot.org>2014-04-20 13:27:53 +1000
commit84c1e7bca8c4ceaccf4d5557e39a833585a3c77e (patch)
treee183982667496128bfc1f7de617172e7fe8de976 /sshd.c
parent0e6b67423b8662f9ca4c92750309e144fd637ef1 (diff)
downloadopenssh-git-84c1e7bca8c4ceaccf4d5557e39a833585a3c77e.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
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c2
1 files changed, 1 insertions, 1 deletions
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