diff options
Diffstat (limited to 'src/lib/libssl/ssl_local.h')
-rw-r--r-- | src/lib/libssl/ssl_local.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h index eeef569fa9..db102212a8 100644 --- a/src/lib/libssl/ssl_local.h +++ b/src/lib/libssl/ssl_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_local.h,v 1.16 2024/05/19 07:12:50 jsg Exp $ */ | 1 | /* $OpenBSD: ssl_local.h,v 1.17 2024/06/25 14:10:45 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -167,8 +167,10 @@ | |||
167 | 167 | ||
168 | __BEGIN_HIDDEN_DECLS | 168 | __BEGIN_HIDDEN_DECLS |
169 | 169 | ||
170 | #ifndef CTASSERT | ||
170 | #define CTASSERT(x) extern char _ctassert[(x) ? 1 : -1 ] \ | 171 | #define CTASSERT(x) extern char _ctassert[(x) ? 1 : -1 ] \ |
171 | __attribute__((__unused__)) | 172 | __attribute__((__unused__)) |
173 | #endif | ||
172 | 174 | ||
173 | #ifndef LIBRESSL_HAS_DTLS1_2 | 175 | #ifndef LIBRESSL_HAS_DTLS1_2 |
174 | #define LIBRESSL_HAS_DTLS1_2 | 176 | #define LIBRESSL_HAS_DTLS1_2 |