diff options
Diffstat (limited to 'src/lib/libssl/ssl3.h')
-rw-r--r-- | src/lib/libssl/ssl3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl3.h b/src/lib/libssl/ssl3.h index fc40c20d6c..631f8dee23 100644 --- a/src/lib/libssl/ssl3.h +++ b/src/lib/libssl/ssl3.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl3.h,v 1.52 2021/05/02 18:10:32 tb Exp $ */ | 1 | /* $OpenBSD: ssl3.h,v 1.53 2021/05/10 17:10:57 tb 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 | * |
@@ -355,7 +355,7 @@ typedef struct ssl3_buffer_st { | |||
355 | #define TLS1_FLAGS_FREEZE_TRANSCRIPT 0x0020 | 355 | #define TLS1_FLAGS_FREEZE_TRANSCRIPT 0x0020 |
356 | #define SSL3_FLAGS_CCS_OK 0x0080 | 356 | #define SSL3_FLAGS_CCS_OK 0x0080 |
357 | 357 | ||
358 | #ifndef OPENSSL_NO_SSL_INTERN | 358 | #ifdef LIBRESSL_INTERNAL |
359 | 359 | ||
360 | struct ssl3_state_internal_st; | 360 | struct ssl3_state_internal_st; |
361 | 361 | ||