mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
fixup! dtls13: move Dtls13NewEpoch into DeriveTls13Keys
This commit is contained in:
@@ -1626,7 +1626,7 @@ int DeriveTls13Keys(WOLFSSL* ssl, int secret, int side, int store)
|
||||
w64wrapper epochNumber;
|
||||
ret = Dtls13DeriveSnKeys(ssl, provision);
|
||||
if (ret != 0)
|
||||
return ret;
|
||||
goto end;
|
||||
|
||||
switch (secret) {
|
||||
case early_data_key:
|
||||
|
Reference in New Issue
Block a user