Introducing simple purposes for the TLS stack, switches various options

This commit is contained in:
Martin Willi
2010-08-20 15:09:08 +02:00
parent 6291fbedcb
commit 96b2fbcc2c
9 changed files with 113 additions and 30 deletions
+1 -3
View File
@@ -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_ @}*/