Skip to content

Commit 734f9e2

Browse files
committed
remove extra wolfDTLS_accept_stateless step
1 parent c967668 commit 734f9e2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

dtls/server-dtls13-earlydata.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,14 +136,6 @@ int main(int argc, char** argv)
136136
continue;
137137
}
138138

139-
do {
140-
ret = wolfDTLS_accept_stateless(ssl);
141-
if (ret == WOLFSSL_FATAL_ERROR) {
142-
fprintf(stderr, "wolfDTLS_accept_stateless failed\n");
143-
goto cleanup;
144-
}
145-
} while (ret != WOLFSSL_SUCCESS);
146-
147139
printf("Client connected, processing...\n");
148140

149141
/* wolfSSL_read_early_data reads early data and advances the handshake */

0 commit comments

Comments
 (0)