From b4b82ab4652f4eedf5146a92cd186d1f3bdb10e0 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 16 Nov 2002 10:10:39 +0000 Subject: [PATCH] I forgot this is compiled in test/, not crypto/ec/... --- crypto/ec/ectest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/ec/ectest.c b/crypto/ec/ectest.c index f3866481be..a396dd8f02 100644 --- a/crypto/ec/ectest.c +++ b/crypto/ec/ectest.c @@ -74,7 +74,7 @@ #ifdef FLAT_INC #include "e_os.h" #else -#include "../../e_os.h" +#include "../e_os.h" #endif #include #include -- 2.25.1