cryptall.h is not needed for anything and cannot even be #include-d
[openssl.git] / crypto / bf / bf_skey.c
index 86574c0acc49cab7e4cbd7ecccd5322a1a320aed..eefa8e6f51dc53edf0fcb08989be7c0ff7386415 100644 (file)
 
 #include <stdio.h>
 #include <string.h>
-#include "blowfish.h"
+#include <openssl/blowfish.h>
 #include "bf_locl.h"
 #include "bf_pi.h"
 
-void BF_set_key(key,len,data)
-BF_KEY *key;
-int len;
-unsigned char *data;
+void BF_set_key(BF_KEY *key, int len, unsigned char *data)
        {
        int i;
        BF_LONG *p,ri,in[2];