summaryrefslogtreecommitdiff
path: root/crypto/cryptlib.h
diff options
context:
space:
mode:
authorlevitte <levitte>2001-02-22 14:43:23 +0000
committerlevitte <levitte>2001-02-22 14:43:23 +0000
commit729a580e7090bde233b0e09b9a790ba05a078c3e (patch)
tree7886cab90836e37b38c97f0d0df9ad9961ba2037 /crypto/cryptlib.h
parent2cd96357536505f02b5da103b101e9b15cc17042 (diff)
downloadopenssl-729a580e7090bde233b0e09b9a790ba05a078c3e.tar.gz
e_os.h does not belong with the exported headers. Do not put it there
and make all files the depend on it include it without prefixing it with openssl/. This means that all Makefiles will have $(TOP) as one of the include directories.
Diffstat (limited to 'crypto/cryptlib.h')
-rw-r--r--crypto/cryptlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cryptlib.h b/crypto/cryptlib.h
index ffca3c8c5..a0489e57f 100644
--- a/crypto/cryptlib.h
+++ b/crypto/cryptlib.h
@@ -62,7 +62,7 @@
#include <stdlib.h>
#include <string.h>
-#include "openssl/e_os.h"
+#include "e_os.h"
#include <openssl/crypto.h>
#include <openssl/buffer.h>