Introducing simple purposes for the TLS stack, switches various options
This commit is contained in:
@@ -359,9 +359,7 @@ struct tls_crypto_t {
|
||||
|
||||
/**
|
||||
* Create a tls_crypto instance.
|
||||
*
|
||||
* @param msk_label ASCII string constant used as seed for MSK PRF
|
||||
*/
|
||||
tls_crypto_t *tls_crypto_create(tls_t *tls, char *msk_label);
|
||||
tls_crypto_t *tls_crypto_create(tls_t *tls);
|
||||
|
||||
#endif /** TLS_CRYPTO_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user