summaryrefslogtreecommitdiff
path: root/apps/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/list.c')
-rw-r--r--apps/list.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/list.c b/apps/list.c
index 757400b36215..faf92306052c 100644
--- a/apps/list.c
+++ b/apps/list.c
@@ -1,5 +1,5 @@
/*
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -1490,6 +1490,9 @@ static void list_disabled(void)
#ifdef OPENSSL_NO_DSA
BIO_puts(bio_out, "DSA\n");
#endif
+#ifdef OPENSSL_NO_SIPHASH
+ BIO_puts(bio_out, "SIPHASH\n");
+#endif
#if defined(OPENSSL_NO_DTLS)
BIO_puts(bio_out, "DTLS\n");
#endif