提交 4489655c 编写于 作者: D Daniel Bevenius 提交者: Tomas Mraz

Fix typo in OSSL_DECODER_CTX_set_input_structure

Reviewed-by: NRichard Levitte <levitte@openssl.org>
Reviewed-by: NTomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15085)
上级 b7f7a15f
......@@ -183,8 +183,8 @@ int OSSL_DECODER_CTX_set_input_structure(OSSL_DECODER_CTX *ctx,
}
/*
* NULL is a valid starting input type, and means that the caller leaves
* it to code to discover what the starting input type is.
* NULL is a valid starting input structure, and means that the caller
* leaves it to code to discover what the starting input structure is.
*/
ctx->input_structure = input_structure;
return 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册