Get rid of redundant multiplications in bn_div_words.
[openssl.git] / crypto / x509 / x509_d2.c
index 01e22f4cb424e8ed4f5c5349704dba6ed7c5f9b5..3e7ec5b432646407683bbfef4193e20b67335c30 100644 (file)
 #include <sys/types.h>
 #include <sys/stat.h>
 #include "cryptlib.h"
-#include "crypto.h"
-#include "x509.h"
+#include <openssl/crypto.h>
+#include <openssl/x509.h>
 
 #ifndef NO_STDIO
-int X509_STORE_set_default_paths(ctx)
-X509_STORE *ctx;
+int X509_STORE_set_default_paths(X509_STORE *ctx)
        {
        X509_LOOKUP *lookup;
 
@@ -83,10 +82,8 @@ X509_STORE *ctx;
        return(1);
        }
 
-int X509_STORE_load_locations(ctx,file,path)
-X509_STORE *ctx;
-char *file;
-char *path;
+int X509_STORE_load_locations(X509_STORE *ctx, const char *file,
+               const char *path)
        {
        X509_LOOKUP *lookup;