diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-08-29 16:31:28 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-08-29 16:31:28 +1000 |
commit | 27a8f6b05636648367ea373d77d129327eb515a9 (patch) | |
tree | d840b5e235bacd9a2e6a0e476d92a337e4bb6b10 /ssh-keysign.c | |
parent | e6ed83976b0620778462f44a267d0ab2e9de3d09 (diff) |
- dtucker@cvs.openbsd.org 2004/08/23 14:26:38
[ssh-keysign.c ssh.c]
Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches
change in Portable; ok markus@ (CVS ID sync only)
Diffstat (limited to 'ssh-keysign.c')
-rw-r--r-- | ssh-keysign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-keysign.c b/ssh-keysign.c index 517655790..1b1149aad 100644 --- a/ssh-keysign.c +++ b/ssh-keysign.c | |||
@@ -22,7 +22,7 @@ | |||
22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 22 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
23 | */ | 23 | */ |
24 | #include "includes.h" | 24 | #include "includes.h" |
25 | RCSID("$OpenBSD: ssh-keysign.c,v 1.16 2004/04/18 23:10:26 djm Exp $"); | 25 | RCSID("$OpenBSD: ssh-keysign.c,v 1.17 2004/08/23 14:26:38 dtucker Exp $"); |
26 | 26 | ||
27 | #include <openssl/evp.h> | 27 | #include <openssl/evp.h> |
28 | #include <openssl/rand.h> | 28 | #include <openssl/rand.h> |