Skip to content

Commit 98ebc16

Browse files
author
Rafael Junio da Cruz
committed
Fix typo
1 parent 79a7937 commit 98ebc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/p11_key.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ int pkcs11_ec_keygen(PKCS11_SLOT_private *slot, const char *curve,
350350
ec_params = OPENSSL_malloc(ec_params_len);
351351
if (!ec_params)
352352
return -1;
353-
// ec_params points to begining of DER encoded object. Since we need this
353+
// ec_params points to beginning of DER encoded object. Since we need this
354354
// location later and OpenSSL changes it in i2d_ASN1_OBJECT to point to 1 byte
355355
// after DER encoded object, we assign the pointer to temporary throw-away
356356
// pointer tmp

0 commit comments

Comments
 (0)