diff options
author | tb <> | 2024-07-29 06:05:31 +0000 |
---|---|---|
committer | tb <> | 2024-07-29 06:05:31 +0000 |
commit | fcc5d7954d2e25cbccd05a1e5be2f74cca097273 (patch) | |
tree | 1b5559929593bb5391696d3af5073dcb6f898090 /src | |
parent | 2e93799cc439a015169aca2ee59b1e8f2987da92 (diff) | |
download | openbsd-fcc5d7954d2e25cbccd05a1e5be2f74cca097273.tar.gz openbsd-fcc5d7954d2e25cbccd05a1e5be2f74cca097273.tar.bz2 openbsd-fcc5d7954d2e25cbccd05a1e5be2f74cca097273.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[] = { |