Skip to content

Commit c97db40

Browse files
Fix python main diff after upstream PR 135402 merge (#2542)
pdating our python main CI patch now that [upstream PR 135402](python/cpython#135402) has been merged.
1 parent 4d69053 commit c97db40

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/ci/integration/python_patch/main/aws-lc-cpython.patch

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,3 @@ index a066982..3d7fbc3 100644
1919

2020
# The _tkinter module.
2121
#
22-
diff --git a/configure b/configure
23-
index 029bf52..3fada48 100755
24-
--- a/configure
25-
+++ b/configure
26-
@@ -30873,7 +30873,6 @@ main (void)
27-
OBJ_nid2sn(NID_md5);
28-
OBJ_nid2sn(NID_sha1);
29-
OBJ_nid2sn(NID_sha3_512);
30-
- OBJ_nid2sn(NID_blake2b512);
31-
EVP_PBE_scrypt(NULL, 0, NULL, 0, 2, 8, 1, 0, NULL, 0);
32-
33-
;

0 commit comments

Comments
 (0)