diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index 987d06ee04..571143040c 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.189 2021/05/10 17:07:23 tb Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.190 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 | * |
@@ -377,7 +377,7 @@ typedef int (*tls_session_ticket_ext_cb_fn)(SSL *s, const unsigned char *data, | |||
377 | typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, | 377 | typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, |
378 | STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg); | 378 | STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg); |
379 | 379 | ||
380 | #ifndef OPENSSL_NO_SSL_INTERN | 380 | #ifdef LIBRESSL_INTERNAL |
381 | 381 | ||
382 | /* used to hold info on the particular ciphers used */ | 382 | /* used to hold info on the particular ciphers used */ |
383 | struct ssl_cipher_st { | 383 | struct ssl_cipher_st { |
@@ -639,7 +639,7 @@ typedef int (*GEN_SESSION_CB)(const SSL *ssl, unsigned char *id, | |||
639 | 639 | ||
640 | typedef struct ssl_comp_st SSL_COMP; | 640 | typedef struct ssl_comp_st SSL_COMP; |
641 | 641 | ||
642 | #ifndef OPENSSL_NO_SSL_INTERN | 642 | #ifdef LIBRESSL_INTERNAL |
643 | 643 | ||
644 | struct ssl_comp_st { | 644 | struct ssl_comp_st { |
645 | int id; | 645 | int id; |