diff options
Diffstat (limited to 'src/usr.bin/openssl/speed.c')
-rw-r--r-- | src/usr.bin/openssl/speed.c | 21 |
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) |