mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
Merge branch 'master' of https://github.com/wolfSSL/wolfssl
This commit is contained in:
@@ -1444,6 +1444,7 @@ int wc_DsaKeyToDer(DsaKey* key, byte* output, word32 inLen)
|
|||||||
word32 seqSz, verSz, rawLen, intTotalLen = 0;
|
word32 seqSz, verSz, rawLen, intTotalLen = 0;
|
||||||
word32 sizes[DSA_INTS];
|
word32 sizes[DSA_INTS];
|
||||||
int i, j, outLen, ret = 0, lbit;
|
int i, j, outLen, ret = 0, lbit;
|
||||||
|
int err;
|
||||||
|
|
||||||
byte seq[MAX_SEQ_SZ];
|
byte seq[MAX_SEQ_SZ];
|
||||||
byte ver[MAX_VERSION_SZ];
|
byte ver[MAX_VERSION_SZ];
|
||||||
|
Reference in New Issue
Block a user