build: fix `pq-experimental` feature build

This commit is contained in:
0x676e67 2025-03-21 16:56:19 +08:00
parent 80d7385f78
commit cfe524c10b
1 changed files with 0 additions and 4 deletions

View File

@ -765,10 +765,6 @@ impl SslCurve {
pub const FFDHE3072: SslCurve = SslCurve(ffi::SSL_CURVE_DHE3072 as _);
#[cfg(not(feature = "fips"))]
pub const X25519_KYBER768_DRAFT00: SslCurve =
SslCurve(ffi::SSL_CURVE_X25519_KYBER768_DRAFT00 as _);
#[cfg(feature = "pq-experimental")]
pub const X25519_MLKEM768: SslCurve = SslCurve(ffi::SSL_CURVE_X25519_MLKEM768 as _);