diff options
Diffstat (limited to 'crypto/des/enc_writ.c')
-rw-r--r-- | crypto/des/enc_writ.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/enc_writ.c b/crypto/des/enc_writ.c index 763765ec39..26c39037a9 100644 --- a/crypto/des/enc_writ.c +++ b/crypto/des/enc_writ.c @@ -77,7 +77,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 int srandom(); |