Regen patches

This commit is contained in:
Theo Buehler 2023-07-28 06:12:29 -06:00
parent 85a0a1ae3f
commit 5b5f96b0fb
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
--- openbsd/src/lib/libcrypto/opensslfeatures.h 2023-03-15 11:41:47.301015100 -0600 --- include/openssl/opensslfeatures.h.orig Fri Jul 28 06:04:42 2023
+++ include/openssl/opensslfeatures.h 2023-03-15 18:27:57.740024800 -0600 +++ include/openssl/opensslfeatures.h Fri Jul 28 06:09:00 2023
@@ -7,6 +7,13 @@ @@ -8,6 +8,13 @@
#define LIBRESSL_HAS_TLS1_3 #define LIBRESSL_HAS_TLS1_3
#define LIBRESSL_HAS_DTLS1_2 #define LIBRESSL_HAS_DTLS1_2

View File

@ -1,5 +1,5 @@
--- apps/openssl/speed.c.orig Sun May 21 12:13:46 2023 --- apps/openssl/speed.c.orig Fri Jul 28 06:04:45 2023
+++ apps/openssl/speed.c Sun May 21 12:31:50 2023 +++ apps/openssl/speed.c Fri Jul 28 06:09:00 2023
@@ -161,7 +161,16 @@ static void @@ -161,7 +161,16 @@ static void
pkey_print_message(const char *str, const char *str2, pkey_print_message(const char *str, const char *str2,
long num, int bits, int sec); long num, int bits, int sec);
@ -74,7 +74,7 @@
if (!mr) { if (!mr) {
fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_VERSION)); fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_VERSION));
fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_BUILT_ON)); 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 static void
print_result(int alg, int run_no, int count, double time_used) print_result(int alg, int run_no, int count, double time_used)
{ {
@ -90,7 +90,7 @@
static char * static char *
sstrsep(char **string, const char *delim) sstrsep(char **string, const char *delim)
{ {
@@ -2126,4 +2149,5 @@ do_multi(int multi) @@ -2109,4 +2132,5 @@ do_multi(int multi)
free(fds); free(fds);
return 1; return 1;
} }