diff options
Diffstat (limited to 'regress/lib/libssl/unit/cipher_list.c')
-rw-r--r-- | regress/lib/libssl/unit/cipher_list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/unit/cipher_list.c b/regress/lib/libssl/unit/cipher_list.c index 0623dd69eb2..543db41c249 100644 --- a/regress/lib/libssl/unit/cipher_list.c +++ b/regress/lib/libssl/unit/cipher_list.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cipher_list.c,v 1.11 2022/07/07 13:11:45 tb Exp $ */ +/* $OpenBSD: cipher_list.c,v 1.12 2022/10/02 16:38:23 jsing Exp $ */ /* * Copyright (c) 2015 Doug Hogan <doug@openbsd.org> * Copyright (c) 2015 Joel Sing <jsing@openbsd.org> @@ -129,7 +129,7 @@ ssl_list_to_bytes_no_scsv(SSL *s, STACK_OF(SSL_CIPHER) **ciphers) buf[buflen - 1] = 0xab; /* Set renegotiate so it doesn't add SCSV */ - s->internal->renegotiate = 1; + s->renegotiate = 1; CHECK(CBB_init_fixed(&cbb, buf, buflen)); CHECK(ssl_cipher_list_to_bytes(s, *ciphers, &cbb)); |