Skip to content

Commit 46e1d65

Browse files
committed
spelling
On branch X25519-improvements-2 Changes to be committed: modified: tools/pkcs11-tool.c
1 parent 47defd2 commit 46e1d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pkcs11-tool.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5854,7 +5854,7 @@ static int read_object(CK_SESSION_HANDLE session)
58545854

58555855
value = getEC_POINT(session, obj, &len);
58565856
/* PKCS#11-compliant modules should return ASN1_OCTET_STRING */
5857-
/* TODO DEE Should be returned endcoded in BIT STRING, Need to accept both */
5857+
/* TODO DEE Should be returned encoded in BIT STRING, Need to accept both */
58585858
a = value;
58595859
os = d2i_ASN1_OCTET_STRING(NULL, &a, (long)len);
58605860
#if OPENSSL_VERSION_NUMBER < 0x30000000L

0 commit comments

Comments
 (0)