Make the change to strong keys in the string to key(s) functions experimental in...
[oweals/openssl.git] / crypto / mdc2 / mdc2_one.c
index aa055b66fd7db119f61b05b7b2ee42a697b4a834..6cd141b4d621b64bd9d062280fde4e7061e71dbb 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "mdc2.h"
+#include <openssl/mdc2.h>
 
-unsigned char *MDC2(d, n, md)
-unsigned char *d;
-unsigned long n;
-unsigned char *md;
+unsigned char *MDC2(const unsigned char *d, unsigned long n, unsigned char *md)
        {
        MDC2_CTX c;
        static unsigned char m[MDC2_DIGEST_LENGTH];