summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-16 10:10:39 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-16 10:10:39 +0000
commitb4b82ab4652f4eedf5146a92cd186d1f3bdb10e0 (patch)
tree37ecb7874ac86199fd36b33cb6826922de7b448c /crypto
parent89618e7a0d15e946fe98cede434f3becccd31ec2 (diff)
I forgot this is compiled in test/, not crypto/ec/...
Diffstat (limited to 'crypto')
-rw-r--r--crypto/ec/ectest.c2
1 files changed, 1 insertions, 1 deletions
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 <string.h>
#include <time.h>