aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2003-02-27 12:25:35 +0000
committerBodo Möller <bodo@openssl.org>2003-02-27 12:25:35 +0000
commit155bd1137e3c87c64be1f09ddfa2120adcd25e67 (patch)
tree38c871996737a4da23d33fb253cf72bd126bbaef /crypto/ec
parentf0dc08e6564df980f3c38965f6f85c7c807cfbb8 (diff)
downloadopenssl-155bd1137e3c87c64be1f09ddfa2120adcd25e67.tar.gz
add Certicom licensing e-mail address
Diffstat (limited to 'crypto/ec')
-rw-r--r--crypto/ec/ec2_smpt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/ec/ec2_smpt.c b/crypto/ec/ec2_smpt.c
index 1b014e5d96..f7e3d38150 100644
--- a/crypto/ec/ec2_smpt.c
+++ b/crypto/ec/ec2_smpt.c
@@ -61,7 +61,8 @@
* compressed coordinates. Uses algorithm 2.3.4 of SEC 1.
* Note that the simple implementation only uses affine coordinates.
*
- * This algorithm is patented by Certicom Corp. under US Patent 6,141,420.
+ * This algorithm is patented by Certicom Corp. under US Patent 6,141,420
+ * (for licensing information, contact licensing@certicom.com).
* This function is disabled by default and can be enabled by defining the
* preprocessor macro OPENSSL_EC_BIN_PT_COMP at Configure-time.
*/