diff options
| author | tb <> | 2022-06-29 12:03:38 +0000 |
|---|---|---|
| committer | tb <> | 2022-06-29 12:03:38 +0000 |
| commit | 4d9277b5831051a4099d19846564772bacaabaaf (patch) | |
| tree | 3ef06a89343f56d5162af3852920600947bdc9b6 /src | |
| parent | a5725180bc5bb36e272eae7a43f4ec97b3f71e8c (diff) | |
| download | openbsd-4d9277b5831051a4099d19846564772bacaabaaf.tar.gz openbsd-4d9277b5831051a4099d19846564772bacaabaaf.tar.bz2 openbsd-4d9277b5831051a4099d19846564772bacaabaaf.zip | |
whitespace nit
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libssl/ssl_locl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 5410600cf1..da21758815 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_locl.h,v 1.400 2022/06/29 08:30:04 tb Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.401 2022/06/29 12:03:38 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 | * |
| @@ -1289,7 +1289,7 @@ int ssl_security_dummy_cb(const SSL *ssl, const SSL_CTX *ctx, int op, | |||
| 1289 | 1289 | ||
| 1290 | int ssl_ctx_security(const SSL_CTX *ctx, int op, int bits, int nid, | 1290 | int ssl_ctx_security(const SSL_CTX *ctx, int op, int bits, int nid, |
| 1291 | void *other); | 1291 | void *other); |
| 1292 | int ssl_security(const SSL *ssl, int op, int bits, int nid, void * other); | 1292 | int ssl_security(const SSL *ssl, int op, int bits, int nid, void *other); |
| 1293 | int ssl_ctx_security_dh(const SSL_CTX *ctx, DH *dh); | 1293 | int ssl_ctx_security_dh(const SSL_CTX *ctx, DH *dh); |
| 1294 | int ssl_security_dh(const SSL *ssl, DH *dh); | 1294 | int ssl_security_dh(const SSL *ssl, DH *dh); |
| 1295 | 1295 | ||
