Commit 8d54e22
committed
Guard OCSP signature params with WC_RSA_PSS ifdef
OCSPBASICRESPASN_IDX_SIGNATURE_PARAMS is only defined when WC_RSA_PSS
is enabled but was used unconditionally in EncodeBasicOcspResponse,
causing a build error when WC_RSA_PSS is not defined.1 parent b5874a6 commit 8d54e22
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32932 | 32932 | | |
32933 | 32933 | | |
32934 | 32934 | | |
| 32935 | + | |
32935 | 32936 | | |
32936 | 32937 | | |
32937 | 32938 | | |
| |||
32941 | 32942 | | |
32942 | 32943 | | |
32943 | 32944 | | |
| 32945 | + | |
32944 | 32946 | | |
32945 | 32947 | | |
32946 | 32948 | | |
| |||
0 commit comments