Bug 1003290: Fix OID parser template type, r=keeler

--HG--
extra : rebase_source : c33e450b84234ae7471118c2f8749593a59d9298
This commit is contained in:
Brian Smith 2014-04-25 16:31:30 -07:00
parent 5f1d6946ed
commit 92ef8d4244

View File

@ -465,7 +465,7 @@ Null(Input& input)
return ExpectTagAndLength(input, NULLTag, 0);
}
template <uint16_t Len>
template <uint8_t Len>
Result
OID(Input& input, const uint8_t (&expectedOid)[Len])
{