python: rm cryptmodule.c.patch

This commit is contained in:
Lucinda May Phipps 2021-12-09 15:23:30 +00:00 committed by GitHub
parent 8cff850e01
commit 1f05c1a95d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
diff -u -r ../Python-3.5.1/Modules/_cryptmodule.c ./Modules/_cryptmodule.c
--- ../Python-3.5.1/Modules/_cryptmodule.c 2015-12-06 20:39:10.000000000 -0500
+++ ./Modules/_cryptmodule.c 2016-04-23 08:11:35.832616854 -0400
@@ -4,6 +4,7 @@
#include "Python.h"
#include <sys/types.h>
+#include <crypt.h>
/* Module crypt */