This commit is contained in:
Ludovic FLAMENT
2015-08-20 13:40:12 +02:00

View File

@@ -1444,6 +1444,7 @@ int wc_DsaKeyToDer(DsaKey* key, byte* output, word32 inLen)
word32 seqSz, verSz, rawLen, intTotalLen = 0;
word32 sizes[DSA_INTS];
int i, j, outLen, ret = 0, lbit;
int err;
byte seq[MAX_SEQ_SZ];
byte ver[MAX_VERSION_SZ];