Comment correction.
authorBodo Möller <bodo@openssl.org>
Mon, 18 Dec 2000 09:18:22 +0000 (09:18 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 18 Dec 2000 09:18:22 +0000 (09:18 +0000)
crypto/ex_data.c

index 3898c33f86731dd07304f2de2b1b37a58cbd1f0c..ff32ad5be6b35ed724b4ada6bff2c9e8b555d883 100644 (file)
@@ -4,8 +4,10 @@
  * This is not thread-safe, nor can it be changed to become thread-safe
  * without changing various function prototypes and using a lot of locking.
  * Luckily, it's not really used anywhere except in ssl_verify_cert_chain
  * This is not thread-safe, nor can it be changed to become thread-safe
  * without changing various function prototypes and using a lot of locking.
  * Luckily, it's not really used anywhere except in ssl_verify_cert_chain
- * via SSL_get_ex_data_X509_STORE_CTX_idx (ssl/ssl_cert.c), where
- * new_func, dup_func, and free_func all are 0.
+ * via SSL_get_ex_data_X509_STORE_CTX_idx (ssl/ssl_cert.c),
+ * where new_func, dup_func, and free_func all are 0, and in
+ * hwcrhk_init (crypto/engine/hw_ncipher.c), which is hopefully only
+ * ever used during program initialization.
  *
  * Any multi-threaded application crazy enough to use ex_data for its own
  * purposes had better make sure that SSL_get_ex_data_X509_STORE_CTX_idx
  *
  * Any multi-threaded application crazy enough to use ex_data for its own
  * purposes had better make sure that SSL_get_ex_data_X509_STORE_CTX_idx