summaryrefslogtreecommitdiff
path: root/src/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin')
-rw-r--r--src/usr.bin/openssl/speed.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/speed.c b/src/usr.bin/openssl/speed.c
index 8c0f0adca7..760841d95f 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.51 2026/03/18 21:50:24 kenjiro Exp $ */ 1/* $OpenBSD: speed.c,v 1.52 2026/03/19 20:28:46 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 *
@@ -76,8 +76,8 @@
76#define SECONDS 3 76#define SECONDS 3
77#define RSA_SECONDS 10 77#define RSA_SECONDS 10
78#define DSA_SECONDS 10 78#define DSA_SECONDS 10
79#define ECDSA_SECONDS 10 79#define ECDSA_SECONDS 10
80#define ECDH_SECONDS 10 80#define ECDH_SECONDS 10
81#define MLKEM_SECONDS 10 81#define MLKEM_SECONDS 10
82 82
83#define MAX_UNALIGN 16 83#define MAX_UNALIGN 16