diff options
author | tb <> | 2024-07-29 06:05:31 +0000 |
---|---|---|
committer | tb <> | 2024-07-29 06:05:31 +0000 |
commit | 4093af273f353872a840e608604eba30249fc024 (patch) | |
tree | 1b5559929593bb5391696d3af5073dcb6f898090 /src | |
parent | 1648bb29bba5aea5edc5c5d7eeb6b49f60265aea (diff) | |
download | openbsd-4093af273f353872a840e608604eba30249fc024.tar.gz openbsd-4093af273f353872a840e608604eba30249fc024.tar.bz2 openbsd-4093af273f353872a840e608604eba30249fc024.zip |
typo: regresss -> regress
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/evp/evp_names.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/evp/evp_names.c b/src/lib/libcrypto/evp/evp_names.c index 99ad53e3ac..af3fd17c12 100644 --- a/src/lib/libcrypto/evp/evp_names.c +++ b/src/lib/libcrypto/evp/evp_names.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp_names.c,v 1.16 2024/04/09 13:52:41 beck Exp $ */ | 1 | /* $OpenBSD: evp_names.c,v 1.17 2024/07/29 06:05:31 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
4 | * | 4 | * |
@@ -1010,7 +1010,7 @@ static const struct cipher_name cipher_names[] = { | |||
1010 | 1010 | ||
1011 | /* | 1011 | /* |
1012 | * Keep this table alphabetically sorted by increasing .name. | 1012 | * Keep this table alphabetically sorted by increasing .name. |
1013 | * regresss/lib/libcrypto/evp/evp_test.c checks that. | 1013 | * regress/lib/libcrypto/evp/evp_test.c checks that. |
1014 | */ | 1014 | */ |
1015 | 1015 | ||
1016 | static const struct digest_name digest_names[] = { | 1016 | static const struct digest_name digest_names[] = { |