mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Make settings and options parameters const in recordmethod.h
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18132)
This commit is contained in:
parent
34a4068cc4
commit
0c974fc754
@ -129,8 +129,9 @@ struct ossl_record_method_st {
|
||||
int level, unsigned char *secret,
|
||||
size_t secretlen, SSL_CIPHER *c,
|
||||
BIO *transport, BIO_ADDR *local,
|
||||
BIO_ADDR *peer, OSSL_PARAM *settings,
|
||||
OSSL_PARAM *options);
|
||||
BIO_ADDR *peer,
|
||||
const OSSL_PARAM *settings,
|
||||
const OSSL_PARAM *options);
|
||||
void (*free)(OSSL_RECORD_LAYER *rl);
|
||||
|
||||
int (*reset)(OSSL_RECORD_LAYER *rl); /* Is this needed? */
|
||||
|
Loading…
Reference in New Issue
Block a user