X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fppp-crypto.h;h=cb9da86ab58b946aa8ef0ad79a3e4176d03f4fca;hb=76016e1b948b7d9675b4e0750d1f943d96d9523b;hp=b5313cb1820a60f176335977622a39f52a9b4451;hpb=4cb90c1fb141ae3cca08c2ac9c663c14a4d2473e;p=ppp.git diff --git a/pppd/ppp-crypto.h b/pppd/ppp-crypto.h index b5313cb..cb9da86 100644 --- a/pppd/ppp-crypto.h +++ b/pppd/ppp-crypto.h @@ -83,7 +83,8 @@ void PPP_CIPHER_CTX_set_cipher_data(PPP_CIPHER_CTX *ctx, int PPP_CipherInit(PPP_CIPHER_CTX *ctx, const PPP_CIPHER *cipher, - const unsigned char *key, const unsigned char *iv, + const unsigned char *key, + const unsigned char *iv, int encr); int PPP_CipherUpdate(PPP_CIPHER_CTX *ctx,