aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_crypto.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-08-20 15:02:25 +0200
committerMartin Willi <martin@revosec.ch>2010-08-20 15:09:08 +0200
commit96b2fbcc2cf403b964f51d26fecb92758baa3657 (patch)
tree4f58ea75a247a43a026779c3ee650c2b3d6c39db /src/libtls/tls_crypto.h
parent6291fbedcb74e47a287d355dcc4c026f60e60fd3 (diff)
downloadstrongswan-96b2fbcc2cf403b964f51d26fecb92758baa3657.tar.bz2
strongswan-96b2fbcc2cf403b964f51d26fecb92758baa3657.tar.xz
Introducing simple purposes for the TLS stack, switches various options
Diffstat (limited to 'src/libtls/tls_crypto.h')
-rw-r--r--src/libtls/tls_crypto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libtls/tls_crypto.h b/src/libtls/tls_crypto.h
index 09f1a0e8a..5fe90d868 100644
--- a/src/libtls/tls_crypto.h
+++ b/src/libtls/tls_crypto.h
@@ -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_ @}*/