diff options
author | tb <> | 2022-06-29 07:59:14 +0000 |
---|---|---|
committer | tb <> | 2022-06-29 07:59:14 +0000 |
commit | 24c464130eda826952b6d98e975e3dd7c8181b84 (patch) | |
tree | c0e97a9848051286d3fbb614f92571dde358ec02 /src | |
parent | e67811d4f85d2856d76caac7ad01420a49024d6d (diff) | |
download | openbsd-24c464130eda826952b6d98e975e3dd7c8181b84.tar.gz openbsd-24c464130eda826952b6d98e975e3dd7c8181b84.tar.bz2 openbsd-24c464130eda826952b6d98e975e3dd7c8181b84.zip |
Rename one s to ssl for consistency
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 cf3dbedf09..ed033abc91 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.397 2022/06/28 21:14:32 tb Exp $ */ | 1 | /* $OpenBSD: ssl_locl.h,v 1.398 2022/06/29 07:59:14 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 *s, int op, int bits, int nid, void * other); | 1292 | int ssl_security(const SSL *ssl, int op, int bits, int nid, void * other); |
1293 | 1293 | ||
1294 | int ssl_get_new_session(SSL *s, int session); | 1294 | int ssl_get_new_session(SSL *s, int session); |
1295 | int ssl_get_prev_session(SSL *s, CBS *session_id, CBS *ext_block, | 1295 | int ssl_get_prev_session(SSL *s, CBS *session_id, CBS *ext_block, |