Ensure that x**0 mod 1 = 0.
authorAdam Langley <agl@chromium.org>
Tue, 23 Apr 2013 16:13:51 +0000 (12:13 -0400)
committerJanusz Kozerski <j.kozerski@samsung.com>
Mon, 20 Oct 2014 13:26:04 +0000 (15:26 +0200)
commit30be92a2e64d3abd103088af3d8314c4eb58f6b3
tree492dc4707cf208b295b82c10cdeed3ec5c74100a
parent2a7b9aad0b24eb04d183364c7be228ddc6cf918a
Ensure that x**0 mod 1 = 0.

(cherry picked from commit 2b0180c37fa6ffc48ee40caa831ca398b828e680)

Reviewed-by: Ben Laurie <ben@openssl.org>
crypto/bn/bn_exp.c
crypto/bn/exptest.c