X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fmppe.h;h=f1c53c3201d1808d5533c61acd5d3ea745e1c792;hb=4cb90c1fb141ae3cca08c2ac9c663c14a4d2473e;hp=ade208f1d4b784ed2211cefb4c69cfcf0c3c14f1;hpb=774440c7f0a2b633bae02980927e36ad371604dc;p=ppp.git diff --git a/pppd/mppe.h b/pppd/mppe.h index ade208f..f1c53c3 100644 --- a/pppd/mppe.h +++ b/pppd/mppe.h @@ -179,13 +179,13 @@ bool mppe_keys_isset(void); /* * Set mppe_xxxx_key from NT Password Hash Hash (MSCHAPv1), see RFC3079 */ -void mppe_set_chapv1(u_char *rchallenge, u_char PasswordHashHash[MD4_SIGNATURE_SIZE]); +void mppe_set_chapv1(unsigned char *rchallenge, unsigned char *PasswordHashHash); /* * Set the mppe_xxxx_key from MS-CHAP-v2 credentials, see RFC3079 */ -void mppe_set_chapv2(u_char PasswordHashHash[MD4_SIGNATURE_SIZE], - u_char NTResponse[MS_AUTH_NTRESP_LEN], int IsServer); +void mppe_set_chapv2(unsigned char *PasswordHashHash, + unsigned char *NTResponse, int IsServer); #endif // #ifdef PPP_WITH_MPPE #endif // #ifdef PPP_MPPE_H