aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_tls/tls/tls_peer.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-01-25 17:31:55 +0100
committerMartin Willi <martin@revosec.ch>2010-08-03 15:39:24 +0200
commit3e962b0843c17e220592718f498c513aa52796fd (patch)
tree7e2a7d43e57862cd83f18fe35fbc0cfdae87b249 /src/charon/plugins/eap_tls/tls/tls_peer.h
parent698674c7f3c559ba940d2f3c97beb833b8093980 (diff)
downloadstrongswan-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.h2
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_ @}*/