Commit 87762939 authored by David Makepeace's avatar David Makepeace
Browse files

Fixed typo in code comment.

parent 7ed66e26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -301,7 +301,7 @@ static const unsigned char kExampleECPubKeyDER[] = {
};

/*
 * kExampleBadECKeyDER is a sample EC public key with a wrong OID
 * kExampleBadECPubKeyDER is a sample EC public key with a wrong OID
 * 1.2.840.10045.2.2 instead of 1.2.840.10045.2.1 - EC Public Key
 */
static const unsigned char kExampleBadECPubKeyDER[] = {