diff options
author | tb <> | 2021-05-10 17:10:57 +0000 |
---|---|---|
committer | tb <> | 2021-05-10 17:10:57 +0000 |
commit | 4651d77c7eafc2103c2b832ad158072d5ce19fc8 (patch) | |
tree | 1ea7896f0f87d38a820079d06d226cbd49f963ec /src/lib/libssl/ssl3.h | |
parent | 3d0962833b8b2a0ee1570c9e917bc69b45790819 (diff) | |
download | openbsd-4651d77c7eafc2103c2b832ad158072d5ce19fc8.tar.gz openbsd-4651d77c7eafc2103c2b832ad158072d5ce19fc8.tar.bz2 openbsd-4651d77c7eafc2103c2b832ad158072d5ce19fc8.zip |
Make SSL_CIPHER, SSL_CTX, SSL_SESSION, {DTLS1,SSL3}_STATE
and a few other structs in libssl opaque.
from/ok jsing
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 | ||