Skip to content

Commit 3e6703e

Browse files
committed
fixup! dtls13: move Dtls13NewEpoch into DeriveTls13Keys
1 parent 1024bf0 commit 3e6703e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tls13.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@ int DeriveTls13Keys(WOLFSSL* ssl, int secret, int side, int store)
16261626
w64wrapper epochNumber;
16271627
ret = Dtls13DeriveSnKeys(ssl, provision);
16281628
if (ret != 0)
1629-
return ret;
1629+
goto end;
16301630

16311631
switch (secret) {
16321632
case early_data_key:

0 commit comments

Comments
 (0)