aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/apps/include/function.h
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2025-09-08 03:20:42 +0000
committerMark Johnston <markj@FreeBSD.org>2026-06-07 16:57:09 +0000
commit0f6e90c4cc4f9bb006de556b46db0dcb3283491a (patch)
tree8941e073cf664ecc73ded6c7fa38c064c282e7f8 /crypto/openssl/apps/include/function.h
parent998de2d14e25c1246b8fe75f85c053e0b9781a8f (diff)
openssl: Update to 3.5.6 and associated fixes.
Included fixes: OpenSSL: update Makefiles to reflect 3.5.1 release (cherry picked from commit ee6882e6b1287aa910a4f74f5290ae397dbd5054) crypto/openssl: fix importing new versions from pristine trees (cherry picked from commit f43d0ac1b0e29bbd77d6b0b1c87dca075cd7b9bf) openssl: import 3.5.5 (cherry picked from commit f775385affefd7beac0d038d5cd9cbf01bfc4a06) OpenSSL: update vendor sources to match 3.5.5 content (cherry picked from commit 12eecb3bcc0be4d7fd35847252c40998806fc551) OpenSSL: install EVP_CIPHER_CTX_get_app_data.3 once (cherry picked from commit b0476eea5ef4ab2ccf2479652f486af3d4ab9cc0) MFV: crypto/openssl: update to 3.5.6 (cherry picked from commit e2fcde7333a515907316cf1a4ee4858edc90419d) OpenSSL: commit sys/crypto changes for 3.5.5 (cherry picked from commit e6c8997a8958c7aaec8e266d2eeefbfaa137e218) crypto/openssl: update artifacts to match 3.5.6 release artifacts (cherry picked from commit 293c738aa45003423f45eb7f0e37f3047e52c502) crypto/openssl: add new manpage from release 3.5.6 (cherry picked from commit 51a80be04fe63a8d6950a7524b3ca0d511ade131) Approved by: so Security: FreeBSD-EN-26:15.openssl Security: CVE-2026-2673 Security: CVE-2026-28387 Security: CVE-2026-28388 Security: CVE-2026-28389 Security: CVE-2026-31789 Security: CVE-2026-31790
Diffstat (limited to 'crypto/openssl/apps/include/function.h')
-rw-r--r--crypto/openssl/apps/include/function.h17
1 files changed, 11 insertions, 6 deletions
diff --git a/crypto/openssl/apps/include/function.h b/crypto/openssl/apps/include/function.h
index e796ff4045ad..ee08282e2fff 100644
--- a/crypto/openssl/apps/include/function.h
+++ b/crypto/openssl/apps/include/function.h
@@ -8,16 +8,21 @@
*/
#ifndef OSSL_APPS_FUNCTION_H
-# define OSSL_APPS_FUNCTION_H
+#define OSSL_APPS_FUNCTION_H
-# include <openssl/lhash.h>
-# include "opt.h"
+#include <openssl/lhash.h>
+#include "opt.h"
-#define DEPRECATED_NO_ALTERNATIVE "unknown"
+#define DEPRECATED_NO_ALTERNATIVE "unknown"
typedef enum FUNC_TYPE {
- FT_none, FT_general, FT_md, FT_cipher, FT_pkey,
- FT_md_alg, FT_cipher_alg
+ FT_none,
+ FT_general,
+ FT_md,
+ FT_cipher,
+ FT_pkey,
+ FT_md_alg,
+ FT_cipher_alg
} FUNC_TYPE;
typedef struct function_st {