fix shadow decl in DsaKeyToDer()

This commit is contained in:
toddouska
2015-08-17 14:39:40 -07:00
parent 4fb0519b37
commit c812379924

View File

@ -1481,8 +1481,6 @@ int wc_DsaKeyToDer(DsaKey* key, byte* output, word32 inLen)
sizes[i] = SetLength(rawLen, tmps[i] + 1) + 1 + lbit; /* tag & lbit */
if (sizes[i] <= MAX_SEQ_SZ) {
int err;
/* leading zero */
if (lbit)
tmps[i][sizes[i]-1] = 0x00;