summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2018-05-09 18:32:02 +0200
committerKurt Roeckx <kurt@roeckx.be>2018-05-11 14:37:45 +0200
commitd4a8ba77a4004b40890c4a9700ba959fd26af170 (patch)
tree30fa81cb41adf268461d8662b0f46a6e213fc20c
parentc3114a7732f423ec42a86392e12c8c3783c53aae (diff)
rsaz_avx2_eligible doesn't take parameters
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #6208
-rw-r--r--crypto/bn/rsaz_exp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/rsaz_exp.h b/crypto/bn/rsaz_exp.h
index 1c5e6188bc..488b136f2c 100644
--- a/crypto/bn/rsaz_exp.h
+++ b/crypto/bn/rsaz_exp.h
@@ -28,7 +28,7 @@ void RSAZ_1024_mod_exp_avx2(BN_ULONG result[16],
const BN_ULONG exponent[16],
const BN_ULONG m_norm[16], const BN_ULONG RR[16],
BN_ULONG k0);
-int rsaz_avx2_eligible();
+int rsaz_avx2_eligible(void);
void RSAZ_512_mod_exp(BN_ULONG result[8],
const BN_ULONG base_norm[8], const BN_ULONG exponent[8],