summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_sqrt.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-28 06:37:43 +0000
committerBodo Möller <bodo@openssl.org>2000-11-28 06:37:43 +0000
commit265592b99a3c2d5a8134d2c684620113153b4e1e (patch)
tree3b7c47dedbf9ecd8175bd0dcee6e92d85279dd70 /crypto/bn/bn_sqrt.c
parent077ff61eefeb9090bc135984df19b52da3032c29 (diff)
Add bn_kron.c (BN_kronecker), which I forgot in the previous commit.
Also add the next file in advance so that I can't forget this one :-)
Diffstat (limited to 'crypto/bn/bn_sqrt.c')
-rw-r--r--crypto/bn/bn_sqrt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bn/bn_sqrt.c b/crypto/bn/bn_sqrt.c
new file mode 100644
index 0000000000..dd6d86a43d
--- /dev/null
+++ b/crypto/bn/bn_sqrt.c
@@ -0,0 +1 @@
+XXX