summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-03-30 21:38:29 +0000
committerNils Larsch <nils@openssl.org>2005-03-30 21:38:29 +0000
commitfea4280a8b1a37bfe1ae6ffaede58722ad71afa1 (patch)
treeb0e62b6f5cf0ef84bf3e422726867cf327e251ac /crypto
parente852b8533fe4255ba4e5d2f2008d53e28678d2e8 (diff)
fix header
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bn/bn_sqrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/bn_sqrt.c b/crypto/bn/bn_sqrt.c
index 924ee274df..c1eb7f6d49 100644
--- a/crypto/bn/bn_sqrt.c
+++ b/crypto/bn/bn_sqrt.c
@@ -1,4 +1,4 @@
-/* crypto/bn/bn_mod.c */
+/* crypto/bn/bn_sqrt.c */
/* Written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
* and Bodo Moeller for the OpenSSL project. */
/* ====================================================================