diff options
author | tb <> | 2025-05-10 05:37:22 +0000 |
---|---|---|
committer | tb <> | 2025-05-10 05:37:22 +0000 |
commit | 594a5f8b6de10bc8076b0b5671f5937ab9e3dae3 (patch) | |
tree | 89260c03d6fe25ee472192746ebf05e2106fb41b /src/lib/libssl/ssl_local.h | |
parent | 46419c358ff7f2bcc5f1d19d91545f01d70a448d (diff) | |
download | openbsd-594a5f8b6de10bc8076b0b5671f5937ab9e3dae3.tar.gz openbsd-594a5f8b6de10bc8076b0b5671f5937ab9e3dae3.tar.bz2 openbsd-594a5f8b6de10bc8076b0b5671f5937ab9e3dae3.zip |
ssl_local.h: adjust some whitespace
Diffstat (limited to 'src/lib/libssl/ssl_local.h')
-rw-r--r-- | src/lib/libssl/ssl_local.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h index 1f41312d9c..56d3941b3b 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.30 2025/05/10 05:31:21 tb Exp $ */ | 1 | /* $OpenBSD: ssl_local.h,v 1.31 2025/05/10 05:37:22 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 | * |
@@ -1440,8 +1440,8 @@ int ssl3_cbc_digest_record(const EVP_MD_CTX *ctx, unsigned char *md_out, | |||
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 | void SSL_error_internal(const SSL *s, int r, const char *f, int l); |
1443 | #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) |
1444 | #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) |
1445 | 1445 | ||
1446 | #ifndef OPENSSL_NO_SRTP | 1446 | #ifndef OPENSSL_NO_SRTP |
1447 | 1447 | ||