]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ppp-crypto.h
Fixing up the srp compilation to work without SHA1Init() and DesEncrypt()
[ppp.git] / pppd / ppp-crypto.h
index b5313cb1820a60f176335977622a39f52a9b4451..cb9da86ab58b946aa8ef0ad79a3e4176d03f4fca 100644 (file)
@@ -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,