From 5b5f96b0fb54c4e74c59576c952d862a3f943d77 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Fri, 28 Jul 2023 06:12:29 -0600 Subject: Regen patches --- patches/opensslfeatures.h.patch | 6 +++--- patches/speed.c.patch | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/patches/opensslfeatures.h.patch b/patches/opensslfeatures.h.patch index 8ee311d..618de73 100644 --- a/patches/opensslfeatures.h.patch +++ b/patches/opensslfeatures.h.patch @@ -1,6 +1,6 @@ ---- openbsd/src/lib/libcrypto/opensslfeatures.h 2023-03-15 11:41:47.301015100 -0600 -+++ include/openssl/opensslfeatures.h 2023-03-15 18:27:57.740024800 -0600 -@@ -7,6 +7,13 @@ +--- include/openssl/opensslfeatures.h.orig Fri Jul 28 06:04:42 2023 ++++ include/openssl/opensslfeatures.h Fri Jul 28 06:09:00 2023 +@@ -8,6 +8,13 @@ #define LIBRESSL_HAS_TLS1_3 #define LIBRESSL_HAS_DTLS1_2 diff --git a/patches/speed.c.patch b/patches/speed.c.patch index 3baf9f2..4b129f8 100644 --- a/patches/speed.c.patch +++ b/patches/speed.c.patch @@ -1,5 +1,5 @@ ---- apps/openssl/speed.c.orig Sun May 21 12:13:46 2023 -+++ apps/openssl/speed.c Sun May 21 12:31:50 2023 +--- apps/openssl/speed.c.orig Fri Jul 28 06:04:45 2023 ++++ apps/openssl/speed.c Fri Jul 28 06:09:00 2023 @@ -161,7 +161,16 @@ static void pkey_print_message(const char *str, const char *str2, long num, int bits, int sec); @@ -74,7 +74,7 @@ if (!mr) { fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_VERSION)); fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_BUILT_ON)); -@@ -1915,11 +1934,15 @@ pkey_print_message(const char *str, const char *str2, +@@ -1898,11 +1917,15 @@ pkey_print_message(const char *str, const char *str2, static void print_result(int alg, int run_no, int count, double time_used) { @@ -90,7 +90,7 @@ static char * sstrsep(char **string, const char *delim) { -@@ -2126,4 +2149,5 @@ do_multi(int multi) +@@ -2109,4 +2132,5 @@ do_multi(int multi) free(fds); return 1; } -- cgit v1.2.3-55-g6feb