test_mod_mul is useful, let's run it more often.
[openssl.git] / crypto / rc5 / rc5_ecb.c
index 2305dd081b1ea3ba981bfa5bbfbaf47e5cf4bba4..1841892b2a8d29a032d67c002bd3afde0992615c 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(unsigned char *in, unsigned char *out, RC5_32_KEY *ks,
-            int encrypt)
+void RC5_32_ecb_encrypt(const unsigned char *in, unsigned char *out,
+                       RC5_32_KEY *ks, int encrypt)
        {
        unsigned long l,d[2];