forked from wolfSSL/wolfssl
adjust key buffer length when using ToTraditional() or ToTraditionalEnc()
This commit is contained in:
@@ -764,7 +764,7 @@ int ToTraditional(byte* input, word32 sz)
|
||||
|
||||
XMEMMOVE(input, input + inOutIdx, length);
|
||||
|
||||
return 0;
|
||||
return length;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user