]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/eap-tls.c
Changing USE_SRP to PPP_WITH_SRP for consistency
[ppp.git] / pppd / eap-tls.c
index 40796d5887b0dac4427402b920876a8e78517b4c..69e34a1d7cc9023f37f9b0f18474b89bd80df438 100644 (file)
@@ -85,7 +85,7 @@ void ssl_msg_callback(int write_p, int version, int ct, const void *buf,
               size_t len, SSL * ssl, void *arg);
 int ssl_new_session_cb(SSL *s, SSL_SESSION *sess);
 
-#ifdef MPPE
+#ifdef PPP_WITH_MPPE
 #define EAPTLS_MPPE_KEY_LEN     32
 
 /*
@@ -137,7 +137,7 @@ void eaptls_gen_mppe_keys(struct eaptls_session *ets, int client)
     }
 }
 
-#endif /* MPPE */
+#endif /* PPP_WITH_MPPE */
 
 int password_callback (char *buf, int size, int rwflag, void *u)
 {