summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-06-29 12:03:39 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-06-29 12:03:39 +0000
commit4bad41c632310e0eeb79fa8d7964cc95adad1fc5 (patch)
tree8dc38f84eb7735721af432fda8b1d124289d7d3c
parent7d735f1e9ebf94f01a27dede3f1f36845450ff30 (diff)
whitespace nit
-rw-r--r--lib/libssl/ssl_locl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl_locl.h b/lib/libssl/ssl_locl.h
index 5410600cf11..da21758815d 100644
--- a/lib/libssl/ssl_locl.h
+++ b/lib/libssl/ssl_locl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssl_locl.h,v 1.400 2022/06/29 08:30:04 tb Exp $ */
+/* $OpenBSD: ssl_locl.h,v 1.401 2022/06/29 12:03:38 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -1289,7 +1289,7 @@ int ssl_security_dummy_cb(const SSL *ssl, const SSL_CTX *ctx, int op,
int ssl_ctx_security(const SSL_CTX *ctx, int op, int bits, int nid,
void *other);
-int ssl_security(const SSL *ssl, int op, int bits, int nid, void * other);
+int ssl_security(const SSL *ssl, int op, int bits, int nid, void *other);
int ssl_ctx_security_dh(const SSL_CTX *ctx, DH *dh);
int ssl_security_dh(const SSL *ssl, DH *dh);