test_mod_mul is useful, let's run it more often.
[openssl.git] / crypto / rc5 / rc5_ecb.c
index ab971a9de96e8b1e0e7f7e809f3536f517539594..1841892b2a8d29a032d67c002bd3afde0992615c 100644 (file)
  * [including the GNU Public Licence.]
  */
 
  * [including the GNU Public Licence.]
  */
 
-#include "rc5.h"
+#include <openssl/rc5.h>
 #include "rc5_locl.h"
 #include "rc5_locl.h"
+#include <openssl/opensslv.h>
 
 
-char *RC5_version="RC5 part of SSLeay 0.9.1a 06-Jul-1998";
+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(const unsigned char *in, unsigned char *out,
+                       RC5_32_KEY *ks, int encrypt)
        {
        unsigned long l,d[2];
 
        {
        unsigned long l,d[2];