aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-01-27 09:15:49 +0000
committerBodo Möller <bodo@openssl.org>2000-01-27 09:15:49 +0000
commit5f5e96d92b249c27cf0236c4ef754ca2e04c23e7 (patch)
tree1f1d386e43373e69d8991a979115015678d7de10 /crypto
parent38b1fa89952c687a225f6a6e6dde0fe020ac1e2b (diff)
downloadopenssl-5f5e96d92b249c27cf0236c4ef754ca2e04c23e7.tar.gz
Update references.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn/bn_mont.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/bn_mont.c b/crypto/bn/bn_mont.c
index 63db577681..d3782416d3 100644
--- a/crypto/bn/bn_mont.c
+++ b/crypto/bn/bn_mont.c
@@ -58,8 +58,8 @@
/*
* Details about Montgomery multiplication algorithms can be found at:
- * http://www.ece.orst.edu/ISL/Publications.html
- * http://www.ece.orst.edu/ISL/Koc/papers/j37acmon.pdf
+ * http://security.ece.orst.edu/publications.html, especially
+ * http://security.ece.orst.edu/koc/papers/j37acmon.pdf
*/
#include <stdio.h>