diff options
author | 2003-02-12 04:13:26 +0000 | |
---|---|---|
committer | 2003-02-12 04:13:26 +0000 | |
commit | 3185e9abd6750a557cfb8ca0e749cc6baffd81c2 (patch) | |
tree | 8805155704376eab99711f826d5c08201d9c3acc /lib/libssl/src | |
parent | Fix a bunch of pf_route() bugs: (diff) | |
download | wireguard-openbsd-3185e9abd6750a557cfb8ca0e749cc6baffd81c2.tar.xz wireguard-openbsd-3185e9abd6750a557cfb8ca0e749cc6baffd81c2.zip |
delete duplicate line; jason@ackley.net, 3090
Diffstat (limited to 'lib/libssl/src')
-rw-r--r-- | lib/libssl/src/apps/dgst.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/src/apps/dgst.c b/lib/libssl/src/apps/dgst.c index 32e40c1f536..7f612caf236 100644 --- a/lib/libssl/src/apps/dgst.c +++ b/lib/libssl/src/apps/dgst.c @@ -207,7 +207,6 @@ int MAIN(int argc, char **argv) BIO_printf(bio_err,"-prverify file verify a signature using private key in file\n"); BIO_printf(bio_err,"-keyform arg key file format (PEM or ENGINE)\n"); BIO_printf(bio_err,"-signature file signature to verify\n"); - BIO_printf(bio_err,"-binary output in binary form\n"); BIO_printf(bio_err,"-engine e use engine e, possibly a hardware device.\n"); BIO_printf(bio_err,"-%3s to use the %s message digest algorithm (default)\n", |