summaryrefslogtreecommitdiff
path: root/net/openntpd/files/patch-src_constraint.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/openntpd/files/patch-src_constraint.c')
-rw-r--r--net/openntpd/files/patch-src_constraint.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/openntpd/files/patch-src_constraint.c b/net/openntpd/files/patch-src_constraint.c
deleted file mode 100644
index a6f46a88dde2..000000000000
--- a/net/openntpd/files/patch-src_constraint.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/constraint.c.orig 2016-03-28 13:51:51 UTC
-+++ src/constraint.c
-@@ -905,7 +905,7 @@ httpsdate_request(struct httpsdate *http
- * or ANSI C's asctime() - the latter doesn't include
- * the timezone which is required here.
- */
-- if (strptime(p, "%a, %d %h %Y %T %Z",
-+ if (strptime(p, "%a, %d %h %Y %T GMT",
- &httpsdate->tls_tm) == NULL) {
- log_warnx("unsupported date format");
- free(line);