diff options
author | Martin Willi <martin@revosec.ch> | 2010-01-25 17:31:55 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-08-03 15:39:24 +0200 |
commit | 3e962b0843c17e220592718f498c513aa52796fd (patch) | |
tree | 7e2a7d43e57862cd83f18fe35fbc0cfdae87b249 /src/charon/plugins/eap_tls/tls/tls_peer.h | |
parent | 698674c7f3c559ba940d2f3c97beb833b8093980 (diff) | |
download | strongswan-3e962b0843c17e220592718f498c513aa52796fd.tar.bz2 strongswan-3e962b0843c17e220592718f498c513aa52796fd.tar.xz |
Process ServerHello(Done), Certificate(Request) messages
Diffstat (limited to 'src/charon/plugins/eap_tls/tls/tls_peer.h')
-rw-r--r-- | src/charon/plugins/eap_tls/tls/tls_peer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/eap_tls/tls/tls_peer.h b/src/charon/plugins/eap_tls/tls/tls_peer.h index cef792a0b..1243a5a24 100644 --- a/src/charon/plugins/eap_tls/tls/tls_peer.h +++ b/src/charon/plugins/eap_tls/tls/tls_peer.h @@ -40,6 +40,6 @@ struct tls_peer_t { /** * Create a tls_peer instance. */ -tls_peer_t *tls_peer_create(tls_crypto_t *crypto); +tls_peer_t *tls_peer_create(tls_t *tls, tls_crypto_t *crypto); #endif /** TLS_PEER_H_ @}*/ |