summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/md2/md2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/md2/md2.h')
-rw-r--r--crypto/openssl/crypto/md2/md2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/md2/md2.h b/crypto/openssl/crypto/md2/md2.h
index 0d35925..582bffb 100644
--- a/crypto/openssl/crypto/md2/md2.h
+++ b/crypto/openssl/crypto/md2/md2.h
@@ -81,9 +81,9 @@ typedef struct MD2state_st
const char *MD2_options(void);
void MD2_Init(MD2_CTX *c);
-void MD2_Update(MD2_CTX *c, register unsigned char *data, unsigned long len);
+void MD2_Update(MD2_CTX *c, const unsigned char *data, unsigned long len);
void MD2_Final(unsigned char *md, MD2_CTX *c);
-unsigned char *MD2(unsigned char *d, unsigned long n,unsigned char *md);
+unsigned char *MD2(const unsigned char *d, unsigned long n,unsigned char *md);
#ifdef __cplusplus
}
#endif
OpenPOWER on IntegriCloud