The branch master has been updated
       via  4489655c23f1f7f412309e25a5b9fd7acf7db3f2 (commit)
      from  b7f7a15f6ace4e6e25f8222a9996159582983aa8 (commit)


- Log -----------------------------------------------------------------
commit 4489655c23f1f7f412309e25a5b9fd7acf7db3f2
Author: Daniel Bevenius <[email protected]>
Date:   Thu Apr 29 14:46:28 2021 +0200

    Fix typo in OSSL_DECODER_CTX_set_input_structure
    
    Reviewed-by: Richard Levitte <[email protected]>
    Reviewed-by: Tomas Mraz <[email protected]>
    (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;

Reply via email to