summaryrefslogtreecommitdiffstats
path: root/crypto/cast/cast_lcl.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-20 22:18:49 +0000
committerBodo Möller <bodo@openssl.org>1999-05-20 22:18:49 +0000
commitd6847aed108ca305559dea11241198351730490c (patch)
treece7f0f115f350645f25f01ec57802b89fae7394a /crypto/cast/cast_lcl.h
parent17e3dd1c62e9aadcd908c55e650f70379d2d19e2 (diff)
Add a kludge :-(
There were problems with putting e_os.h just into the top directory, because the test programs are compiled within test/ in the "standard" case in in their original directories in the makefile.one case; and in the latter symlinks may not be available.
Diffstat (limited to 'crypto/cast/cast_lcl.h')
-rw-r--r--crypto/cast/cast_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/cast_lcl.h b/crypto/cast/cast_lcl.h
index 9f3a6602c9..98be7184f8 100644
--- a/crypto/cast/cast_lcl.h
+++ b/crypto/cast/cast_lcl.h
@@ -62,7 +62,7 @@
/* we need OPENSSL_EXTERN from e_os.h */
#ifndef FLAT_INC
-# include "../e_os.h"
+# include "../../e_os.h"
#else
# include "e_os.h"
#endif