diff options
Diffstat (limited to 'demos/bio/server-cmod.c')
| -rw-r--r-- | demos/bio/server-cmod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/bio/server-cmod.c b/demos/bio/server-cmod.c index 4970a6b6466b..043417beecc5 100644 --- a/demos/bio/server-cmod.c +++ b/demos/bio/server-cmod.c @@ -55,7 +55,7 @@ int main(int argc, char *argv[]) BIO_set_accept_bios(in, ssl_bio); ssl_bio = NULL; - again: +again: /* * The first call will setup the accept socket, and the second will get a * socket. In this loop, the first actual accept will occur in the @@ -88,7 +88,7 @@ int main(int argc, char *argv[]) } ret = EXIT_SUCCESS; - err: +err: if (ret != EXIT_SUCCESS) ERR_print_errors_fp(stderr); BIO_free(in); |
