summaryrefslogtreecommitdiff
path: root/crypto/des/enc_writ.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des/enc_writ.c')
-rw-r--r--crypto/des/enc_writ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/enc_writ.c b/crypto/des/enc_writ.c
index cc2b50fb50..ea9e4b48ca 100644
--- a/crypto/des/enc_writ.c
+++ b/crypto/des/enc_writ.c
@@ -78,7 +78,7 @@
*/
int des_enc_write(int fd, const void *_buf, int len,
- des_key_schedule sched, des_cblock *iv)
+ des_key_schedule *sched, des_cblock *iv)
{
#ifdef _LIBC
extern unsigned long time();