1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

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
*