Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
CLA: trivial

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #18023)

(cherry picked from commit 1ab8b7c)
  • Loading branch information
cuishuang authored and t8m committed Nov 21, 2022
1 parent a06a72f commit afb3f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/implementations/kdfs/x942kdf.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static int der_encode_sharedinfo(WPACKET *pkt, unsigned char *buf, size_t buflen
* |cek_oidlen| The length (in bytes) of the key wrapping algorithm oid,
* |acvp| is the optional blob of DER data representing one or more of the
* OtherInfo fields related to |partyu|, |partyv|, |supp_pub| and |supp_priv|.
* This field should noramlly be NULL. If |acvp| is non NULL then |partyu|,
* This field should normally be NULL. If |acvp| is non NULL then |partyu|,
* |partyv|, |supp_pub| and |supp_priv| should all be NULL.
* |acvp_len| is the |acvp| length (in bytes).
* |partyu| is the optional public info contributed by the initiator.
Expand Down

0 comments on commit afb3f8a

Please sign in to comment.