[openssl] master update
tomas at openssl.org
tomas at openssl.org
Fri Apr 30 14:39:10 UTC 2021
The branch master has been updated
via 4489655c23f1f7f412309e25a5b9fd7acf7db3f2 (commit)
from b7f7a15f6ace4e6e25f8222a9996159582983aa8 (commit)
- Log -----------------------------------------------------------------
commit 4489655c23f1f7f412309e25a5b9fd7acf7db3f2
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date: Thu Apr 29 14:46:28 2021 +0200
Fix typo in OSSL_DECODER_CTX_set_input_structure
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15085)
-----------------------------------------------------------------------
Summary of changes:
crypto/encode_decode/decoder_lib.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/crypto/encode_decode/decoder_lib.c b/crypto/encode_decode/decoder_lib.c
index e37989fec4..45aeb39184 100644
--- a/crypto/encode_decode/decoder_lib.c
+++ b/crypto/encode_decode/decoder_lib.c
@@ -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;
More information about the openssl-commits
mailing list