Restore compability with kerberos/des.h (I had deleted some seemingly useless
[openssl.git] / apps / apps.h
index 9f0c2fc9cadfb667b13e2175aa5aebbe25ecabf3..063f9c65be72c5bcc54d79a107177cab11aa5183 100644 (file)
 #ifndef HEADER_APPS_H
 #define HEADER_APPS_H
 
-#ifndef FLAT_INC
-# include "../e_os.h"
-#else
-# include "e_os.h"
-#endif
+#include "openssl/e_os.h"
 
 #include <openssl/buffer.h>
 #include <openssl/bio.h>
@@ -126,10 +122,10 @@ extern BIO *bio_err;
 #endif
 
 typedef struct args_st
-        {
-        char **data;
+       {
+       char **data;
        int count;
-        } ARGS;
+       } ARGS;
 
 int should_retry(int i);
 int args_from_file(char *file, int *argc, char **argv[]);