summaryrefslogtreecommitdiff
path: root/crypto/openssl/crypto/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/init.c')
-rw-r--r--crypto/openssl/crypto/init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/init.c b/crypto/openssl/crypto/init.c
index 62626a707ea8a..9fc0e8ef68aad 100644
--- a/crypto/openssl/crypto/init.c
+++ b/crypto/openssl/crypto/init.c
@@ -40,7 +40,7 @@ static int stopped = 0;
* destructor for threads terminating before libcrypto is initialized or
* after it's de-initialized. Access to the key doesn't have to be
* serialized for the said threads, because they didn't use libcrypto
- * and it doesn't matter if they pick "impossible" or derefernce real
+ * and it doesn't matter if they pick "impossible" or dereference real
* key value and pull NULL past initialization in the first thread that
* intends to use libcrypto.
*/
@@ -847,6 +847,5 @@ void OPENSSL_fork_parent(void)
void OPENSSL_fork_child(void)
{
- rand_fork();
}
#endif