Fix X25519_MLKEM768 mapper

This commit is contained in:
0x676e67 2024-11-03 21:23:26 +08:00
parent 6768d3c437
commit a712b93e44
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ impl SslCurve {
SslCurve(ffi::SSL_CURVE_X25519_KYBER768_DRAFT00 as _);
#[cfg(feature = "pq-experimental")]
pub const X25519_MLKEM768: SslCurve = SslCurve(ffi::NID_X25519MLKEM768 as _);
pub const X25519_MLKEM768: SslCurve = SslCurve(ffi::SSL_CURVE_X25519_MLKEM768 as _);
#[cfg(feature = "pq-experimental")]
pub const X25519_KYBER768_DRAFT00_OLD: SslCurve =