mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
- 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
This commit is contained in:
parent
0e6b67423b
commit
84c1e7bca8
@ -111,6 +111,10 @@
|
|||||||
- djm@cvs.openbsd.org 2014/04/19 05:54:59
|
- djm@cvs.openbsd.org 2014/04/19 05:54:59
|
||||||
[compat.c]
|
[compat.c]
|
||||||
missing wildcard; pointed out by naddy@
|
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
|
20140401
|
||||||
- (djm) On platforms that support it, use prctl() to prevent sftp-server
|
- (djm) On platforms that support it, use prctl() to prevent sftp-server
|
||||||
|
@ -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.
|
* Copyright (c) 2002 Markus Friedl. All rights reserved.
|
||||||
*
|
*
|
||||||
|
2
sshd.c
2
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>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
|
Loading…
x
Reference in New Issue
Block a user