enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]
authorNicola Tuveri <nic.tuv@gmail.com>
Thu, 21 Jun 2018 21:59:58 +0000 (00:59 +0300)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Fri, 22 Jun 2018 06:08:01 +0000 (08:08 +0200)
commit3f5abab94104574c32991243668ac633a8d8e525
treeae630280c89e05ac779bbc397b7858601d8dd1a6
parent12bd4e141eac30543a790156154deca195ace1b7
enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]

Fix prototype warnings triggered by -Wstrict-prototypes when configuring
with `enable-ec_nistp_64_gcc_128`

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/6556)
crypto/ec/ecp_nistp224.c
crypto/ec/ecp_nistp256.c
crypto/ec/ecp_nistp521.c
engines/e_padlock.c
test/ectest.c