X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppcrypt.h;h=fff396c4c1d8bb0b8c38046e4b4143028c33adf5;hb=607d8eadccfd62c1fa84a36bd1440bd48b4e55ca;hp=364940e39f79e269cc169aada4b8b167b10dd3b1;hpb=b5599f6001d9b024b3a572ab62c92027d94f052f;p=ppp.git diff --git a/pppd/pppcrypt.h b/pppd/pppcrypt.h index 364940e..fff396c 100644 --- a/pppd/pppcrypt.h +++ b/pppd/pppcrypt.h @@ -29,20 +29,21 @@ * AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#ifndef PPP_PPPCRYPT_H +#define PPP_PPPCRYPT_H -#ifndef PPPCRYPT_H -#define PPPCRYPT_H +#include "pppdconf.h" #ifdef HAVE_CRYPT_H #include #endif #ifndef USE_CRYPT -#include +#include #endif extern bool DesSetkey(u_char *); extern bool DesEncrypt(u_char *, u_char *); extern bool DesDecrypt(u_char *, u_char *); -#endif /* PPPCRYPT_H */ +#endif /* PPP_PPPCRYPT_H */