Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7ffbb42

Browse filesBrowse files
nodejs-github-botrichardlau
authored andcommitted
deps: update archs files for openssl-3.5.1
PR-URL: #59234 Backport-PR-URL: #59859 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent bd48a60 commit 7ffbb42
Copy full SHA for 7ffbb42

File tree

Expand file treeCollapse file tree

2,635 files changed

+1715405
-34518
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

2,635 files changed

+1715405
-34518
lines changed
Open diff view settings
Collapse file

‎deps/openssl/config/archs/BSD-x86/asm/apps/progs.c‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm/apps/progs.c
+8-1Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ FUNCTION functions[] = {
8989
{FT_general, "s_time", s_time_main, s_time_options, NULL, NULL},
9090
#endif
9191
{FT_general, "sess_id", sess_id_main, sess_id_options, NULL, NULL},
92+
{FT_general, "skeyutl", skeyutl_main, skeyutl_options, NULL, NULL},
9293
{FT_general, "smime", smime_main, smime_options, NULL, NULL},
9394
{FT_general, "speed", speed_main, speed_options, NULL, NULL},
9495
{FT_general, "spkac", spkac_main, spkac_options, NULL, NULL},
@@ -225,9 +226,15 @@ FUNCTION functions[] = {
225226
{FT_cipher, "camellia-256-ecb", enc_main, enc_options, NULL},
226227
#endif
227228
{FT_cipher, "base64", enc_main, enc_options, NULL},
228-
#ifdef ZLIB
229+
#ifndef OPENSSL_NO_ZLIB
229230
{FT_cipher, "zlib", enc_main, enc_options, NULL},
230231
#endif
232+
#ifndef OPENSSL_NO_BROTLI
233+
{FT_cipher, "brotli", enc_main, enc_options, NULL},
234+
#endif
235+
#ifndef OPENSSL_NO_ZSTD
236+
{FT_cipher, "zstd", enc_main, enc_options, NULL},
237+
#endif
231238
#ifndef OPENSSL_NO_DES
232239
{FT_cipher, "des", enc_main, enc_options, NULL},
233240
#endif

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.