Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / rc5 / rc5_ecb.c
index 5506572aef3436b67af2c27c0faa948fce54925e..17e877a146a731a132dd923d9c49605123f44966 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#include "rc5.h"
+#include <openssl/rc5.h>
 #include "rc5_locl.h"
-#include "opensslv.h"
+#include <openssl/opensslv.h>
 
 char *RC5_version="RC5" OPENSSL_VERSION_PTEXT;
 
-void RC5_32_ecb_encrypt(in, out, ks, encrypt)
-unsigned char *in;
-unsigned char *out;
-RC5_32_KEY *ks;
-int encrypt;
+void RC5_32_ecb_encrypt(unsigned char *in, unsigned char *out, RC5_32_KEY *ks,
+            int encrypt)
        {
        unsigned long l,d[2];