diff options
author | tb <> | 2025-01-04 18:18:27 +0000 |
---|---|---|
committer | tb <> | 2025-01-04 18:18:27 +0000 |
commit | 42971e913f4309bcaf65508ac6156636cbfe6baa (patch) | |
tree | 3fe6759646fa1af5a4e76ff8ec37ac9b329fd45b | |
parent | 29b768008903d0bf17e31f30cd791a8153e2d1fb (diff) | |
download | openbsd-42971e913f4309bcaf65508ac6156636cbfe6baa.tar.gz openbsd-42971e913f4309bcaf65508ac6156636cbfe6baa.tar.bz2 openbsd-42971e913f4309bcaf65508ac6156636cbfe6baa.zip |
fix typo
-rw-r--r-- | src/regress/lib/libcrypto/rsa/rsa_method_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/rsa/rsa_method_test.c b/src/regress/lib/libcrypto/rsa/rsa_method_test.c index 9a5bac6513..b6faf0c6f1 100644 --- a/src/regress/lib/libcrypto/rsa/rsa_method_test.c +++ b/src/regress/lib/libcrypto/rsa/rsa_method_test.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: rsa_method_test.c,v 1.1 2025/01/04 18:16:37 tb Exp $ */ | 1 | /* $OpenBSD: rsa_method_test.c,v 1.2 2025/01/04 18:18:27 tb Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2025 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2025 Theo Buehler <tb@openbsd.org> |
@@ -252,7 +252,7 @@ sign_and_verify_test(void) | |||
252 | rsa_to_evp(rsa_bogus, &evp_priv); | 252 | rsa_to_evp(rsa_bogus, &evp_priv); |
253 | rsa_to_evp(rsa_bogus, &evp_pub); | 253 | rsa_to_evp(rsa_bogus, &evp_pub); |
254 | 254 | ||
255 | failed |= sign_and_verify("both sides bous", evp_priv, evp_pub); | 255 | failed |= sign_and_verify("both sides bogus", evp_priv, evp_pub); |
256 | 256 | ||
257 | RSA_free(rsa_priv); | 257 | RSA_free(rsa_priv); |
258 | RSA_free(rsa_pub); | 258 | RSA_free(rsa_pub); |