Clarified threading issues

This commit is contained in:
Paul Bakker 2013-09-30 13:56:38 +02:00
parent c9965dca27
commit 6838bd1d73
5 changed files with 8 additions and 1 deletions

View file

@ -789,6 +789,7 @@ int ssl_get_ciphersuite_id( const char *ciphersuite_name );
/**
* \brief Initialize an SSL context
* (An individual SSL context is not thread-safe)
*
* \param ssl SSL context
*