New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / crypto / x509 / by_file.c
index 95d57df3c7fc07c6d6b5b696f6f071dbf5ea2477..d42d7e574573949325573d43f8f1af1a1e6891ad 100644 (file)
 #include <sys/stat.h>
 
 #include "cryptlib.h"
-#include "lhash.h"
-#include "buffer.h"
-#include "x509.h"
-#include "pem.h"
+#include <openssl/lhash.h>
+#include <openssl/buffer.h>
+#include <openssl/x509.h>
+#include <openssl/pem.h>
 
 #ifndef NO_STDIO
 
-#ifndef NOPROTO
 static int by_file_ctrl(X509_LOOKUP *ctx,int cmd,char *argc,
        long argl,char **ret);
-#else
-static int by_file_ctrl();
-#endif
-
 X509_LOOKUP_METHOD x509_file_lookup=
        {
        "Load file into cache",