X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppcrypt.h;h=fff396c4c1d8bb0b8c38046e4b4143028c33adf5;hb=0ef528de9025051a4ab82e73ffd013edf2d6e4c5;hp=0f71bb357b9ad9d78b483fb1d53160f4dbd06ad9;hpb=24d80561dc54f67053a35b7c6a5c414f727e64d8;p=ppp.git diff --git a/pppd/pppcrypt.h b/pppd/pppcrypt.h index 0f71bb3..fff396c 100644 --- a/pppd/pppcrypt.h +++ b/pppd/pppcrypt.h @@ -29,9 +29,10 @@ * 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 @@ -45,4 +46,4 @@ 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 */