aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/ssl_verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/ssl_verify.h')
-rw-r--r--src/openvpn/ssl_verify.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/openvpn/ssl_verify.h b/src/openvpn/ssl_verify.h
index 21b37a0..b1ced95 100644
--- a/src/openvpn/ssl_verify.h
+++ b/src/openvpn/ssl_verify.h
@@ -226,7 +226,6 @@ bool tls_authenticate_key(struct tls_multi *multi, const unsigned int mda_key_id
#endif
-#ifdef P2MP_SERVER
/**
* Sets the reason why authentication of a client failed. This be will send to the client
* when the AUTH_FAILED message is sent
@@ -236,8 +235,6 @@ bool tls_authenticate_key(struct tls_multi *multi, const unsigned int mda_key_id
*/
void auth_set_client_reason(struct tls_multi *multi, const char *client_reason);
-#endif
-
static inline const char *
tls_client_reason(struct tls_multi *multi)
{