summaryrefslogtreecommitdiffstats
path: root/apps/nseq.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nseq.c')
-rw-r--r--apps/nseq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/nseq.c b/apps/nseq.c
index edf83bf59b..e87c6c77a7 100644
--- a/apps/nseq.c
+++ b/apps/nseq.c
@@ -83,7 +83,6 @@ char **argv;
int badarg = 0;
if (bio_err == NULL) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
ERR_load_crypto_strings();
- SSLeay_add_all_algorithms();
args = argv + 1;
while (!badarg && *args && *args[0] == '-') {
if (!strcmp (*args, "-toseq")) toseq = 1;