mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
Removed dead code from _DhSetKey.
This commit is contained in:
@ -2057,8 +2057,6 @@ static int _DhSetKey(DhKey* key, const byte* p, word32 pSz, const byte* g,
|
||||
}
|
||||
|
||||
if (ret != 0 && key != NULL) {
|
||||
if (keyQ)
|
||||
mp_clear(keyQ);
|
||||
if (keyG)
|
||||
mp_clear(keyG);
|
||||
if (keyP)
|
||||
|
Reference in New Issue
Block a user