summaryrefslogtreecommitdiff
path: root/crypto/rand/md_rand.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-01-21 23:36:40 +0000
committerUlf Möller <ulf@openssl.org>2000-01-21 23:36:40 +0000
commit0b5cfe32e9f2dfe4c4a87020033548368ad14bb6 (patch)
tree68ca3a39327afd05b98e6a0e3b13d7ebd2af3345 /crypto/rand/md_rand.c
parentcc8709a090b9664ab77ed6d89decb0c0fa4c6e09 (diff)
downloadopenssl-new-0b5cfe32e9f2dfe4c4a87020033548368ad14bb6.tar.gz
Use comment from md_rand.c in rand.pod
Diffstat (limited to 'crypto/rand/md_rand.c')
-rw-r--r--crypto/rand/md_rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c
index d6f47b6e9d..2836a4d409 100644
--- a/crypto/rand/md_rand.c
+++ b/crypto/rand/md_rand.c
@@ -188,7 +188,7 @@ static void ssleay_rand_add(const void *buf, int num, int add)
*
* The input is chopped up into units of 16 bytes (or less for
* the last block). Each of these blocks is run through the hash
- * function as follow: The data passed to the hash function
+ * function as follows: The data passed to the hash function
* is the current 'md', the same number of bytes from the 'state'
* (the location determined by in incremented looping index) as
* the current 'block', the new key data 'block', and 'count'