Submitted by: Lidong Zhou <ldzhou@cs.cornell.edu>
[openssl.git] / apps / errstr.c
index d2b2b3fcea1996aa329b0e4ad726a32ffb18684d..c86b5d940bcac9e87482f1c5e7215c3b12028847 100644 (file)
 #include <stdlib.h>
 #include <string.h>
 #include "apps.h"
-#include "bio.h"
-#include "lhash.h"
-#include "err.h"
-#include "ssl.h"
+#include <openssl/bio.h>
+#include <openssl/lhash.h>
+#include <openssl/err.h>
+#include <openssl/ssl.h>
 
 #undef PROG
 #define PROG   errstr_main
 
-int MAIN(argc, argv)
-int argc;
-char **argv;
+int MAIN(int argc, char **argv)
        {
        int i,ret=0;
        char buf[256];