summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/speed.c
diff options
context:
space:
mode:
authortb <>2023-07-27 07:01:50 +0000
committertb <>2023-07-27 07:01:50 +0000
commit74e29e29a715efa5cc5edec834b19dbf7597aaa3 (patch)
tree8a5351e84224adbf4a3243b5fee9fa42d7a4121b /src/usr.bin/openssl/speed.c
parentc9ae1f3a7087667216308d69c572449f42a3570e (diff)
downloadopenbsd-74e29e29a715efa5cc5edec834b19dbf7597aaa3.tar.gz
openbsd-74e29e29a715efa5cc5edec834b19dbf7597aaa3.tar.bz2
openbsd-74e29e29a715efa5cc5edec834b19dbf7597aaa3.zip
Remove antiquated options output
This is uninteresting and rather meaningless except for the implementer. No need to have several hundred lines of code backing half a dozen symbols in the public API for this. ok jsing
Diffstat (limited to 'src/usr.bin/openssl/speed.c')
-rw-r--r--src/usr.bin/openssl/speed.c21
1 files changed, 2 insertions, 19 deletions
diff --git a/src/usr.bin/openssl/speed.c b/src/usr.bin/openssl/speed.c
index a1a69c267f..f50d224064 100644
--- a/src/usr.bin/openssl/speed.c
+++ b/src/usr.bin/openssl/speed.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: speed.c,v 1.33 2023/05/20 12:03:02 tb Exp $ */ 1/* $OpenBSD: speed.c,v 1.34 2023/07/27 07:01:50 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1746,24 +1746,7 @@ show_res:
1746 if (!mr) { 1746 if (!mr) {
1747 fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_VERSION)); 1747 fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_VERSION));
1748 fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_BUILT_ON)); 1748 fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_BUILT_ON));
1749 printf("options:"); 1749 fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_CFLAGS));
1750 printf("%s ", BN_options());
1751#ifndef OPENSSL_NO_RC4
1752 printf("%s ", RC4_options());
1753#endif
1754#ifndef OPENSSL_NO_DES
1755 printf("%s ", DES_options());
1756#endif
1757#ifndef OPENSSL_NO_AES
1758 printf("%s ", AES_options());
1759#endif
1760#ifndef OPENSSL_NO_IDEA
1761 printf("%s ", idea_options());
1762#endif
1763#ifndef OPENSSL_NO_BF
1764 printf("%s ", BF_options());
1765#endif
1766 fprintf(stdout, "\n%s\n", SSLeay_version(SSLEAY_CFLAGS));
1767 } 1750 }
1768 if (pr_header) { 1751 if (pr_header) {
1769 if (mr) 1752 if (mr)