summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md5/md5_one.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/md5/md5_one.c')
-rw-r--r--src/lib/libcrypto/md5/md5_one.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/md5/md5_one.c b/src/lib/libcrypto/md5/md5_one.c
index 4b10e7f940..b89dec850d 100644
--- a/src/lib/libcrypto/md5/md5_one.c
+++ b/src/lib/libcrypto/md5/md5_one.c
@@ -64,7 +64,7 @@
64#include <openssl/ebcdic.h> 64#include <openssl/ebcdic.h>
65#endif 65#endif
66 66
67unsigned char *MD5(unsigned char *d, unsigned long n, unsigned char *md) 67unsigned char *MD5(const unsigned char *d, unsigned long n, unsigned char *md)
68 { 68 {
69 MD5_CTX c; 69 MD5_CTX c;
70 static unsigned char m[MD5_DIGEST_LENGTH]; 70 static unsigned char m[MD5_DIGEST_LENGTH];