summaryrefslogtreecommitdiff
path: root/ssh-add.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-08-31 22:31:37 +1000
committerDamien Miller <djm@mindrot.org>2010-08-31 22:31:37 +1000
commit9b87e795387f748a21cd4d6c26ae57e800c36b54 (patch)
tree4621f7b21f371052c8bd0def5fa2e405a63e6226 /ssh-add.c
parentafdae616354e19d2b420fd533ddc2099de4c404c (diff)
- tedu@cvs.openbsd.org 2010/08/12 23:34:39
[ssh-add.c ssh-agent.c ssh-keygen.c ssh-keysign.c ssh.c sshd.c] OpenSSL_add_all_algorithms is the name of the function we have a man page for, so use that. ok djm
Diffstat (limited to 'ssh-add.c')
-rw-r--r--ssh-add.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-add.c b/ssh-add.c
index fb641ec48..e3e89d34c 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-add.c,v 1.96 2010/05/14 00:47:22 djm Exp $ */ 1/* $OpenBSD: ssh-add.c,v 1.97 2010/08/12 23:34:38 tedu Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -372,7 +372,7 @@ main(int argc, char **argv)
372 init_rng(); 372 init_rng();
373 seed_rng(); 373 seed_rng();
374 374
375 SSLeay_add_all_algorithms(); 375 OpenSSL_add_all_algorithms();
376 376
377 /* At first, get a connection to the authentication agent. */ 377 /* At first, get a connection to the authentication agent. */
378 ac = ssh_get_authentication_connection(); 378 ac = ssh_get_authentication_connection();