diff options
Diffstat (limited to 'tests/fallback-scsv.c')
-rw-r--r-- | tests/fallback-scsv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fallback-scsv.c b/tests/fallback-scsv.c index 0774e403c2..d307fe78a8 100644 --- a/tests/fallback-scsv.c +++ b/tests/fallback-scsv.c @@ -272,7 +272,7 @@ static void server(int fd, const char *prio, unsigned expect_fail) do { ret = gnutls_record_send(session, buffer, - sizeof(buffer)); + sizeof(buffer)); } while (ret == GNUTLS_E_AGAIN || ret == GNUTLS_E_INTERRUPTED); |