patch-pppd_pppcrypt_h 479 B

1234567891011121314
  1. --- ppp-2.4.5.orig/pppd/pppcrypt.h 2009-11-16 23:26:07.000000000 +0100
  2. +++ ppp-2.4.5/pppd/pppcrypt.h 2014-03-17 16:13:13.000000000 +0100
  3. @@ -41,8 +41,8 @@
  4. #include <des.h>
  5. #endif
  6. -extern bool DesSetkey __P((u_char *));
  7. -extern bool DesEncrypt __P((u_char *, u_char *));
  8. -extern bool DesDecrypt __P((u_char *, u_char *));
  9. +extern bool DesSetkey (u_char *);
  10. +extern bool DesEncrypt (u_char *, u_char *);
  11. +extern bool DesDecrypt (u_char *, u_char *);
  12. #endif /* PPPCRYPT_H */