Ensure that x**0 mod 1 = 0.
authorAdam Langley <agl@chromium.org>
Tue, 23 Apr 2013 16:13:51 +0000 (12:13 -0400)
committerEmilia Kasper <emilia@openssl.org>
Thu, 4 Sep 2014 14:05:57 +0000 (16:05 +0200)
commit0600a5cd4996e8e469b99470c8eda24498ab4373
treedc185b61177691f5105944c84422d66905e09aff
parenta91b73fd29493135f248a48b534742436bf89146
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