diff options
Diffstat (limited to 'src/lib/libssl/ssl_local.h')
-rw-r--r-- | src/lib/libssl/ssl_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h index 3a377030b0..1f41312d9c 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.29 2025/04/18 08:07:36 tb Exp $ */ | 1 | /* $OpenBSD: ssl_local.h,v 1.30 2025/05/10 05:31:21 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 | * |
@@ -1439,9 +1439,9 @@ int ssl3_cbc_digest_record(const EVP_MD_CTX *ctx, unsigned char *md_out, | |||
1439 | unsigned int mac_secret_length); | 1439 | unsigned int mac_secret_length); |
1440 | int SSL_state_func_code(int _state); | 1440 | int SSL_state_func_code(int _state); |
1441 | 1441 | ||
1442 | void SSL_error_internal(const SSL *s, int r, const char *f, int l); | ||
1442 | #define SSLerror(s, r) SSL_error_internal(s, r, OPENSSL_FILE, OPENSSL_LINE) | 1443 | #define SSLerror(s, r) SSL_error_internal(s, r, OPENSSL_FILE, OPENSSL_LINE) |
1443 | #define SSLerrorx(r) ERR_PUT_error(ERR_LIB_SSL,(0xfff),(r),OPENSSL_FILE,OPENSSL_LINE) | 1444 | #define SSLerrorx(r) ERR_PUT_error(ERR_LIB_SSL,(0xfff),(r),OPENSSL_FILE,OPENSSL_LINE) |
1444 | void SSL_error_internal(const SSL *s, int r, char *f, int l); | ||
1445 | 1445 | ||
1446 | #ifndef OPENSSL_NO_SRTP | 1446 | #ifndef OPENSSL_NO_SRTP |
1447 | 1447 | ||