diff options
author | Martin Willi <martin@revosec.ch> | 2010-08-20 15:02:25 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-08-20 15:09:08 +0200 |
commit | 96b2fbcc2cf403b964f51d26fecb92758baa3657 (patch) | |
tree | 4f58ea75a247a43a026779c3ee650c2b3d6c39db /src/libtls/tls_crypto.h | |
parent | 6291fbedcb74e47a287d355dcc4c026f60e60fd3 (diff) | |
download | strongswan-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.h | 4 |
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_ @}*/ |