Skip to content

Commit

Permalink
Disable thread stuff in QUIC
Browse files Browse the repository at this point in the history
  • Loading branch information
Futaura committed Dec 7, 2023
1 parent 9c4687b commit 9ce857b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openssl/ssl/quic/quic_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

# ifndef OPENSSL_NO_QUIC

# if defined(OPENSSL_SYS_AMIGA)
# undef OPENSSL_THREADS
# endif

/*
* QUIC stream SSL object (QSSO) type. This implements the API personality layer
* for QSSO objects, wrapping the QUIC-native QUIC_STREAM object and tracking
Expand Down

0 comments on commit 9ce857b

Please sign in to comment.