Commit a90705b
committed
meson: ssl version checking allowed version only
>=1.1.0 & <2.0.0 or >=3.0.0
For lower version of ssl or 2.x, config will be below
define CONFIG_OPENSSL
undef CONFIG_OPENSSL_1
undef CONFIG_OPENSSL_3
so function nvme_gen_dhchap_key is not defined in c file
Signed-off-by: Steven Seungcheol Lee <[email protected]>1 parent c66a5a7 commit a90705b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments