remove unneeded patch

This commit is contained in:
Brent Cook 2023-01-04 06:08:54 -06:00
parent 95ca0d14f7
commit 1124d1fa71

View File

@ -1,11 +0,0 @@
--- tests/bn_mod_exp2_mont.c.orig Sun Dec 18 00:42:18 2022
+++ tests/bn_mod_exp2_mont.c Sun Dec 18 00:42:25 2022
@@ -32,7 +32,7 @@ main(void)
if ((m = BN_new()) == NULL)
errx(1, "BN_new");
- BN_zero_ex(m);
+ BN_zero(m);
if (BN_mod_exp2_mont(NULL, NULL, NULL, NULL, NULL, m, NULL, NULL))
errx(1, "BN_mod_exp2_mont succeeded");