diff options
author | Brent Cook <busterb@gmail.com> | 2023-01-04 06:08:54 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-01-04 06:08:54 -0600 |
commit | 1124d1fa717605801a68594f8e7ece8267751855 (patch) | |
tree | 07a4c8ef72ee5548a8efd1a9ddf4448087428223 | |
parent | 95ca0d14f7e80702b52c7eb1751d09db2fc869d0 (diff) | |
download | portable-1124d1fa717605801a68594f8e7ece8267751855.tar.gz portable-1124d1fa717605801a68594f8e7ece8267751855.tar.bz2 portable-1124d1fa717605801a68594f8e7ece8267751855.zip |
remove unneeded patch
-rw-r--r-- | patches/bn_mod_exp2_mont.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/bn_mod_exp2_mont.patch b/patches/bn_mod_exp2_mont.patch deleted file mode 100644 index 6d54710..0000000 --- a/patches/bn_mod_exp2_mont.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- tests/bn_mod_exp2_mont.c.orig Sun Dec 18 00:42:18 2022 | ||
2 | +++ tests/bn_mod_exp2_mont.c Sun Dec 18 00:42:25 2022 | ||
3 | @@ -32,7 +32,7 @@ main(void) | ||
4 | if ((m = BN_new()) == NULL) | ||
5 | errx(1, "BN_new"); | ||
6 | |||
7 | - BN_zero_ex(m); | ||
8 | + BN_zero(m); | ||
9 | |||
10 | if (BN_mod_exp2_mont(NULL, NULL, NULL, NULL, NULL, m, NULL, NULL)) | ||
11 | errx(1, "BN_mod_exp2_mont succeeded"); | ||