summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorderaadt <>2003-02-12 04:13:26 +0000
committerderaadt <>2003-02-12 04:13:26 +0000
commit240aed806834cc514ea7fc38b7d2bc36e60f9b78 (patch)
treecc9d3657e9de9e0c620988885fa37fa06889cd04 /src/lib
parent5afd5292b9fa8c2b3b0c2c775e2752b616a996a7 (diff)
downloadopenbsd-240aed806834cc514ea7fc38b7d2bc36e60f9b78.tar.gz
openbsd-240aed806834cc514ea7fc38b7d2bc36e60f9b78.tar.bz2
openbsd-240aed806834cc514ea7fc38b7d2bc36e60f9b78.zip
delete duplicate line; jason@ackley.net, 3090
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/src/apps/dgst.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/dgst.c b/src/lib/libssl/src/apps/dgst.c
index 32e40c1f53..7f612caf23 100644
--- a/src/lib/libssl/src/apps/dgst.c
+++ b/src/lib/libssl/src/apps/dgst.c
@@ -207,7 +207,6 @@ int MAIN(int argc, char **argv)
207 BIO_printf(bio_err,"-prverify file verify a signature using private key in file\n"); 207 BIO_printf(bio_err,"-prverify file verify a signature using private key in file\n");
208 BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n"); 208 BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n");
209 BIO_printf(bio_err,"-signature file signature to verify\n"); 209 BIO_printf(bio_err,"-signature file signature to verify\n");
210 BIO_printf(bio_err,"-binary output in binary form\n");
211 BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n"); 210 BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n");
212 211
213 BIO_printf(bio_err,"-%3s to use the %s message digest algorithm (default)\n", 212 BIO_printf(bio_err,"-%3s to use the %s message digest algorithm (default)\n",