diff options
-rw-r--r-- | patches/opensslfeatures.h.patch | 6 | ||||
-rw-r--r-- | 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 @@ | |||
1 | --- openbsd/src/lib/libcrypto/opensslfeatures.h 2023-03-15 11:41:47.301015100 -0600 | 1 | --- include/openssl/opensslfeatures.h.orig Fri Jul 28 06:04:42 2023 |
2 | +++ include/openssl/opensslfeatures.h 2023-03-15 18:27:57.740024800 -0600 | 2 | +++ include/openssl/opensslfeatures.h Fri Jul 28 06:09:00 2023 |
3 | @@ -7,6 +7,13 @@ | 3 | @@ -8,6 +8,13 @@ |
4 | #define LIBRESSL_HAS_TLS1_3 | 4 | #define LIBRESSL_HAS_TLS1_3 |
5 | #define LIBRESSL_HAS_DTLS1_2 | 5 | #define LIBRESSL_HAS_DTLS1_2 |
6 | 6 | ||
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 @@ | |||
1 | --- apps/openssl/speed.c.orig Sun May 21 12:13:46 2023 | 1 | --- apps/openssl/speed.c.orig Fri Jul 28 06:04:45 2023 |
2 | +++ apps/openssl/speed.c Sun May 21 12:31:50 2023 | 2 | +++ apps/openssl/speed.c Fri Jul 28 06:09:00 2023 |
3 | @@ -161,7 +161,16 @@ static void | 3 | @@ -161,7 +161,16 @@ static void |
4 | pkey_print_message(const char *str, const char *str2, | 4 | pkey_print_message(const char *str, const char *str2, |
5 | long num, int bits, int sec); | 5 | long num, int bits, int sec); |
@@ -74,7 +74,7 @@ | |||
74 | if (!mr) { | 74 | if (!mr) { |
75 | fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_VERSION)); | 75 | fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_VERSION)); |
76 | fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_BUILT_ON)); | 76 | fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_BUILT_ON)); |
77 | @@ -1915,11 +1934,15 @@ pkey_print_message(const char *str, const char *str2, | 77 | @@ -1898,11 +1917,15 @@ pkey_print_message(const char *str, const char *str2, |
78 | static void | 78 | static void |
79 | print_result(int alg, int run_no, int count, double time_used) | 79 | print_result(int alg, int run_no, int count, double time_used) |
80 | { | 80 | { |
@@ -90,7 +90,7 @@ | |||
90 | static char * | 90 | static char * |
91 | sstrsep(char **string, const char *delim) | 91 | sstrsep(char **string, const char *delim) |
92 | { | 92 | { |
93 | @@ -2126,4 +2149,5 @@ do_multi(int multi) | 93 | @@ -2109,4 +2132,5 @@ do_multi(int multi) |
94 | free(fds); | 94 | free(fds); |
95 | return 1; | 95 | return 1; |
96 | } | 96 | } |