From 9739251101bffde2c62ba08c1869eb170d952d5b Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Sat, 3 Sep 2011 21:40:34 +0400 Subject: implemented crypto library selection: -DCRYPTO=OPENSSL|TOMCRYPT|INTERNAL (default OPENSSL) --- accel-pppd/auth/auth_mschap_v1.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'accel-pppd/auth/auth_mschap_v1.c') diff --git a/accel-pppd/auth/auth_mschap_v1.c b/accel-pppd/auth/auth_mschap_v1.c index 10d5fe8..b212f03 100644 --- a/accel-pppd/auth/auth_mschap_v1.c +++ b/accel-pppd/auth/auth_mschap_v1.c @@ -8,9 +8,7 @@ #include #include -#include -#include -#include +#include "crypto.h" #include "log.h" #include "ppp.h" -- cgit v1.2.3