summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/openssl.c')
-rw-r--r--src/usr.bin/openssl/openssl.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/openssl.c b/src/usr.bin/openssl/openssl.c
index 75a0e4d266..056912a9ed 100644
--- a/src/usr.bin/openssl/openssl.c
+++ b/src/usr.bin/openssl/openssl.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: openssl.c,v 1.39 2025/01/02 13:10:03 tb Exp $ */ 1/* $OpenBSD: openssl.c,v 1.41 2026/01/02 00:14:24 kenjiro 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 *
@@ -231,13 +231,14 @@ FUNCTION functions[] = {
231#ifndef OPENSSL_NO_SHA512 231#ifndef OPENSSL_NO_SHA512
232 { FUNC_TYPE_MD, "sha512", dgst_main }, 232 { FUNC_TYPE_MD, "sha512", dgst_main },
233#endif 233#endif
234 { FUNC_TYPE_MD, "sha3-224", dgst_main },
235 { FUNC_TYPE_MD, "sha3-256", dgst_main },
236 { FUNC_TYPE_MD, "sha3-384", dgst_main },
237 { FUNC_TYPE_MD, "sha3-512", dgst_main },
234#ifndef OPENSSL_NO_SM3 238#ifndef OPENSSL_NO_SM3
235 { FUNC_TYPE_MD, "sm3", dgst_main }, 239 { FUNC_TYPE_MD, "sm3", dgst_main },
236 { FUNC_TYPE_MD, "sm3WithRSAEncryption", dgst_main }, 240 { FUNC_TYPE_MD, "sm3WithRSAEncryption", dgst_main },
237#endif 241#endif
238#ifndef OPENSSL_NO_WHIRLPOOL
239 { FUNC_TYPE_MD, "whirlpool", dgst_main },
240#endif
241 242
242 /* Ciphers. */ 243 /* Ciphers. */
243 { FUNC_TYPE_CIPHER, "base64", enc_main }, 244 { FUNC_TYPE_CIPHER, "base64", enc_main },