diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-06-29 07:59:15 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-06-29 07:59:15 +0000 |
commit | 9d25fdcb1965383fb753b8272b55ab3f2a7fe534 (patch) | |
tree | 1c25e2e6dfb303cd1bf5dc4253b6203570db5078 /lib/libssl/ssl_locl.h | |
parent | 2dbbb5f9459d0eec9342efa16d940731a1d5d22d (diff) |
Rename one s to ssl for consistency
Diffstat (limited to 'lib/libssl/ssl_locl.h')
-rw-r--r-- | lib/libssl/ssl_locl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/ssl_locl.h b/lib/libssl/ssl_locl.h index cf3dbedf09a..ed033abc913 100644 --- a/lib/libssl/ssl_locl.h +++ b/lib/libssl/ssl_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_locl.h,v 1.397 2022/06/28 21:14:32 tb Exp $ */ +/* $OpenBSD: ssl_locl.h,v 1.398 2022/06/29 07:59:14 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 *s, int op, int bits, int nid, void * other); +int ssl_security(const SSL *ssl, int op, int bits, int nid, void * other); int ssl_get_new_session(SSL *s, int session); int ssl_get_prev_session(SSL *s, CBS *session_id, CBS *ext_block, |