aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls_server.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_server.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_server.h')
-rw-r--r--src/libtls/tls_server.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libtls/tls_server.h b/src/libtls/tls_server.h
index a15d54f02..6dc26cd3f 100644
--- a/src/libtls/tls_server.h
+++ b/src/libtls/tls_server.h
@@ -43,7 +43,6 @@ struct tls_server_t {
* Create a tls_server instance.
*/
tls_server_t *tls_server_create(tls_t *tls, tls_crypto_t *crypto,
- identification_t *server, identification_t *peer,
- bool request_peer_auth);
+ identification_t *server, identification_t *peer);
#endif /** TLS_SERVER_H_ @}*/