Skip to content

Commit a0a0297

Browse files
committed
deps: update archs files for openssl-3.5.0
1 parent 118fd56 commit a0a0297

File tree

2,240 files changed

+1322373
-34176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,240 files changed

+1322373
-34176
lines changed

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

Lines 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)