Fix the argument type in call to MD5_Update properly
commit979e14c39fcbbffaa98880f1a5fc33ada4a8063d
authorPaul Mackerras <paulus@samba.org>
Sun, 24 Aug 2008 07:12:02 +0000 (24 17:12 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 24 Aug 2008 07:12:02 +0000 (24 17:12 +1000)
tree6902be9a0dcb5eb9c5a754efffac7666727820ab
parent083f39e356febec7955b11668fa4cbaf3da0ea53
Fix the argument type in call to MD5_Update properly

The secret needs to be cast to u_char * not char *.  Oops.

Signed-off-by: Paul Mackerras <paulus@samba.org>
pppd/chap-md5.c