deps: update archs files for openssl-3.5.1 · nodejs/node@998cef1
@@ -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