diff options
| author | Warner Losh <imp@FreeBSD.org> | 2024-05-31 15:29:02 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-05-31 16:53:39 +0000 |
| commit | a8fe2d331be35dcafefa5f706e955f0dde70aa5f (patch) | |
| tree | d5748952d6417384db6f2f37077365321b0a688a /crypto | |
| parent | 9b8db66402e94919ab47fc2d69863968e49e305a (diff) | |
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/openssl/crypto/async/arch/async_posix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/crypto/async/arch/async_posix.h b/crypto/openssl/crypto/async/arch/async_posix.h index a17c6b8e68af..2ac99d6fea8a 100644 --- a/crypto/openssl/crypto/async/arch/async_posix.h +++ b/crypto/openssl/crypto/async/arch/async_posix.h @@ -18,7 +18,7 @@ # include <unistd.h> # if _POSIX_VERSION >= 200112L \ - && (_POSIX_VERSION < 200809L || defined(__GLIBC__)) + && (_POSIX_VERSION < 200809L || defined(__GLIBC__) || defined(__FreeBSD__)) # include <pthread.h> |
