Pass CFLAG to dependency makers, so non-standard system include paths are
[openssl.git] / crypto / rc5 / rc5_ecb.c
index 9b43b1c8a15daeca5aefeb1c937452f376682f91..e72b535507c6f4b0bed0fce488b474417512d56d 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#include "rc5.h"
+#include <openssl/rc5.h>
 #include "rc5_locl.h"
+#include <openssl/opensslv.h>
 
-char *RC5_version="RC5 part of OpenSSL 0.9.2 31-Dec-1998";
+const 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];