-/* $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.
*
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);