diff options
Diffstat (limited to 'testcode/doqclient.c')
| -rw-r--r-- | testcode/doqclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcode/doqclient.c b/testcode/doqclient.c index 238a9380306d..8a34ca31b122 100644 --- a/testcode/doqclient.c +++ b/testcode/doqclient.c @@ -2255,7 +2255,7 @@ create_doq_client_data(const char* svr, int port, struct ub_event_base* base, /* Initialize the ossl crypto, it is harmless to call twice, * and this is before use of doq connections. */ if(ngtcp2_crypto_ossl_init() != 0) - fatal_exit("ngtcp2_crypto_oss_init failed"); + fatal_exit("ngtcp2_crypto_ossl_init failed"); #elif defined(HAVE_NGTCP2_CRYPTO_QUICTLS_INIT) if(ngtcp2_crypto_quictls_init() != 0) fatal_exit("ngtcp2_crypto_quictls_init failed"); |
