commit | 3093e7c16e12d729c325adb3c53dde7308cefbd8 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Oct 07 17:05:45 2020 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Oct 08 16:39:14 2020 +1100 |
tree | 98d5e4a6f12879bd96920243de9a90d21a1245dd | |
parent | 10b0f78a73237181260fc3661577d59b475f8a20 [diff] |
X.509: Fix modular build of public_key_sm2 The sm2 code was split out of public_key.c in a way that breaks modular builds. This patch moves the code back into the same file as the original motivation was to minimise ifdefs and that has nothing to do with splitting the code out. Fixes: 215525639631 ("X.509: support OSCCA SM2-with-SM3...") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>