crypto: testmgr - fix wrong key length for pkcs1pad
authorLei He <helei.sig11@bytedance.com>
Fri, 22 Oct 2021 12:44:43 +0000 (20:44 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 29 Oct 2021 13:04:04 +0000 (21:04 +0800)
commit39ef08517082a424b5b65c3dbaa6c0fa9d3303b9
tree0aa06f703da1d267500e6951d77222773cb04deb
parent68b6dea802cea0dbdd8bd7ccc60716b5a32a5d8a
crypto: testmgr - fix wrong key length for pkcs1pad

Fix wrong test data at testmgr.h, it seems to be caused
by ignoring the last '\0' when calling sizeof.

Signed-off-by: Lei He <helei.sig11@bytedance.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.h