diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2026-04-12 18:07:14 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2026-04-12 18:07:24 +0000 |
| commit | 98118af4f08a020c8c5925e933bdd523d6a6e8aa (patch) | |
| tree | 20c5bc0986ea06582e5ed66c39ac29a25f0d4fa8 | |
| parent | cd5ff4e841fb4236fa07da61b7c94531148881b8 (diff) | |
[OpenSSL] Add missing header file (openssl/ml_kem.h)
Add missing header file (openssl/ml_kem.h) of OpenSSL 3.5
Reviewed by: fluffy, ngie
Approved by: ngie (maintainer)
Differential Revision: https://reviews.freebsd.org/D56291
| -rw-r--r-- | secure/lib/libcrypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypto/Makefile b/secure/lib/libcrypto/Makefile index 9d484e9d480c..f57f53a8c71f 100644 --- a/secure/lib/libcrypto/Makefile +++ b/secure/lib/libcrypto/Makefile @@ -635,7 +635,7 @@ INCS+= des.h dh.h dherr.h dsa.h INCS+= dsaerr.h INCS+= dtls1.h e_os2.h e_ostime.h ebcdic.h ec.h ecdh.h ecdsa.h ecerr.h encoder.h encodererr.h INCS+= engine.h engineerr.h err.h ess.h esserr.h evp.h evperr.h fips_names.h fipskey.h hmac.h hpke.h http.h httperr.h idea.h indicator.h -INCS+= kdf.h kdferr.h lhash.h macros.h md2.h md4.h md5.h mdc2.h modes.h obj_mac.h +INCS+= kdf.h kdferr.h lhash.h macros.h md2.h md4.h md5.h mdc2.h ml_kem.h modes.h obj_mac.h INCS+= objects.h objectserr.h ocsp.h ocsperr.h opensslconf.h opensslv.h INCS+= ossl_typ.h param_build.h params.h pem.h pem2.h pemerr.h pkcs12.h pkcs12err.h pkcs7.h INCS+= pkcs7err.h prov_ssl.h proverr.h provider.h quic.h rand.h randerr.h rc2.h rc4.h rc5.h ripemd.h |
