X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppcrypt.h;fp=pppd%2Fpppcrypt.h;h=fff396c4c1d8bb0b8c38046e4b4143028c33adf5;hb=c0d579b8423ef278c204b6db60615c88eea9c870;hp=79676ca902342c7b07bb92231ef2f6ab21a19ec5;hpb=199e97bae9c03f5cec5202a511b5c436aff05af9;p=ppp.git diff --git a/pppd/pppcrypt.h b/pppd/pppcrypt.h index 79676ca..fff396c 100644 --- a/pppd/pppcrypt.h +++ b/pppd/pppcrypt.h @@ -29,10 +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. */ -#include "pppdconf.h" +#ifndef PPP_PPPCRYPT_H +#define PPP_PPPCRYPT_H -#ifndef PPPCRYPT_H -#define PPPCRYPT_H +#include "pppdconf.h" #ifdef HAVE_CRYPT_H #include @@ -46,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 */