ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call.
authorPauli <paul.dale@oracle.com>
Sun, 16 Feb 2020 08:02:38 +0000 (18:02 +1000)
committerPauli <paul.dale@oracle.com>
Mon, 17 Feb 2020 09:29:05 +0000 (19:29 +1000)
commit86cde3187d9acf6f331daff79ff2de87e86c6dc7
treec8da1c3a7f97f6243e65608eaaa6acd94bf59093
parent4f94f748980fc8e6283e0eae90f94950ffd4c1f8
ffc: use sizeof(*pointer) instead of sizeof(struct) in memset(3) call.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11101)
crypto/ffc/ffc_params.c