Re: [PATCH] selftests/tls: fix compile errors after adding CHACHA20-POLY1305

2021-02-02 Thread Vadim Fedorenko
On 02.02.2021 21:53, Jakub Kicinski wrote: On Tue, 2 Feb 2021 17:45:00 +0800 Rong Chen wrote: The kernel test robot reported the following errors: tls.c: In function ‘tls_setup’: tls.c:136:27: error: storage size of ‘tls12’ isn’t known union tls_crypto_context tls12;

Re: [PATCH] selftests/tls: fix compile errors after adding CHACHA20-POLY1305

2021-02-02 Thread Vadim Fedorenko
On 03.02.2021 00:58, Rong Chen wrote: On 2/2/21 6:11 PM, Vadim Fedorenko wrote: On 02.02.2021 09:45, Rong Chen wrote: The kernel test robot reported the following errors: tls.c: In function ‘tls_setup’: tls.c:136:27: error: storage size of ‘tls12’ isn’t known    union tls_crypto_context tls1

Re: [PATCH] selftests/tls: fix compile errors after adding CHACHA20-POLY1305

2021-02-02 Thread Rong Chen
On 2/3/21 5:53 AM, Jakub Kicinski wrote: On Tue, 2 Feb 2021 17:45:00 +0800 Rong Chen wrote: The kernel test robot reported the following errors: tls.c: In function ‘tls_setup’: tls.c:136:27: error: storage size of ‘tls12’ isn’t known union tls_crypto_context tls12;

Re: [PATCH] selftests/tls: fix compile errors after adding CHACHA20-POLY1305

2021-02-02 Thread Rong Chen
On 2/2/21 6:11 PM, Vadim Fedorenko wrote: On 02.02.2021 09:45, Rong Chen wrote: The kernel test robot reported the following errors: tls.c: In function ‘tls_setup’: tls.c:136:27: error: storage size of ‘tls12’ isn’t known    union tls_crypto_context tls12;     ^ t

Re: [PATCH] selftests/tls: fix compile errors after adding CHACHA20-POLY1305

2021-02-02 Thread Jakub Kicinski
On Tue, 2 Feb 2021 17:45:00 +0800 Rong Chen wrote: > The kernel test robot reported the following errors: > > tls.c: In function ‘tls_setup’: > tls.c:136:27: error: storage size of ‘tls12’ isn’t known > union tls_crypto_context tls12; >^ > tls.c:150:21: error: ‘t

Re: [PATCH] selftests/tls: fix compile errors after adding CHACHA20-POLY1305

2021-02-02 Thread Vadim Fedorenko
On 02.02.2021 09:45, Rong Chen wrote: The kernel test robot reported the following errors: tls.c: In function ‘tls_setup’: tls.c:136:27: error: storage size of ‘tls12’ isn’t known union tls_crypto_context tls12; ^ tls.c:150:21: error: ‘tls12_crypto_info_chacha2

[PATCH] selftests/tls: fix compile errors after adding CHACHA20-POLY1305

2021-02-02 Thread Rong Chen
The kernel test robot reported the following errors: tls.c: In function ‘tls_setup’: tls.c:136:27: error: storage size of ‘tls12’ isn’t known union tls_crypto_context tls12; ^ tls.c:150:21: error: ‘tls12_crypto_info_chacha20_poly1305’ undeclared (first use in this