summaryrefslogtreecommitdiff
path: root/ssh-add.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-add.c')
-rw-r--r--ssh-add.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssh-add.c b/ssh-add.c
index 627c02983..50165e7d6 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -544,10 +544,6 @@ main(int argc, char **argv)
544 __progname = ssh_get_progname(argv[0]); 544 __progname = ssh_get_progname(argv[0]);
545 seed_rng(); 545 seed_rng();
546 546
547#ifdef WITH_OPENSSL
548 OpenSSL_add_all_algorithms();
549#endif
550
551 setvbuf(stdout, NULL, _IOLBF, 0); 547 setvbuf(stdout, NULL, _IOLBF, 0);
552 548
553 /* First, get a connection to the authentication agent. */ 549 /* First, get a connection to the authentication agent. */