]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: Fix type of OSSL_KEM_PARAM_IKME for ML-KEM
authorTomas Mraz <tomas@openssl.org>
Mon, 3 Mar 2025 11:02:29 +0000 (12:02 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 4 Mar 2025 13:06:32 +0000 (14:06 +0100)
Fixes #26945

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26954)

doc/man7/EVP_KEM-ML-KEM.pod

index 982721af3f85b066f2d4a98fa4ae3ca8fe3c7b19..2c019e67772bf24adb920315a51832682659a0c7 100644 (file)
@@ -15,7 +15,7 @@ about basic KEM operations.
 
 =over 4
 
-=item "ikme" (B<OSSL_KEM_PARAM_IKME>)<UTF8 string>
+=item "ikme" (B<OSSL_KEM_PARAM_IKME>) <octet string>
 
 The OpenSSL ML-KEM encapsulation mechanism can only be modified by
 setting randomness during encapsulation, this enables testing, as per