diff options
Diffstat (limited to 'src')
-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 523e37232b..d9c1cc4f9a 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.4 2025/01/05 15:42:48 tb Exp $ */ | 1 | /* $OpenBSD: rsa_method_test.c,v 1.5 2025/01/05 18:21:36 tb Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2025 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2025 Theo Buehler <tb@openbsd.org> |
@@ -208,7 +208,7 @@ sign_and_verify_test(void) | |||
208 | * OpenSSL's abstractions are leakier than Manneken Pis. | 208 | * OpenSSL's abstractions are leakier than Manneken Pis. |
209 | */ | 209 | */ |
210 | generate_rsa_keypair(2048, RSA_F4, &rsa_priv, &rsa_pub); | 210 | generate_rsa_keypair(2048, RSA_F4, &rsa_priv, &rsa_pub); |
211 | generate_rsa_keypair(2048, 3, NULL, &rsa_bogus); | 211 | generate_rsa_keypair(2048, RSA_3, NULL, &rsa_bogus); |
212 | 212 | ||
213 | rsa_to_evp(rsa_priv, &evp_priv); | 213 | rsa_to_evp(rsa_priv, &evp_priv); |
214 | rsa_to_evp(rsa_pub, &evp_pub); | 214 | rsa_to_evp(rsa_pub, &evp_pub); |