]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/eap-tls.h
pppd: EAP-TLS: Verify Subject or CommonName by suffix (#261)
[ppp.git] / pppd / eap-tls.h
index cdbc9e4e4f9e90cf6139ea39b1eb13e75e0f581c..c74a831671faee87ef87749f4904044ec9c8f767 100644 (file)
@@ -65,6 +65,7 @@ struct eaptls_session
     char rtx[EAP_TLS_MAX_LEN];  /* retransmission buffer */
     int rtx_len;
     int mtu;                    /* unit mtu */
+    bool client;
 };