X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fsha1.h;h=2325133251177e098a1bd2ad95ac125d42d87ba4;hb=509f04959ad891d7f981f035ed461d51bd1f74b0;hp=e7e557308ee8e1f446c4295cc09d1c84bfda5e75;hpb=92c5612fdb77e83e49c524ae46110c129e13429e;p=ppp.git diff --git a/pppd/sha1.h b/pppd/sha1.h index e7e5573..2325133 100644 --- a/pppd/sha1.h +++ b/pppd/sha1.h @@ -1,9 +1,9 @@ /* sha1.h */ -#include "pppdconf.h" +#ifndef PPP_SHA1_H +#define PPP_SHA1_H -#ifndef __SHA1_INCLUDE_ -#define __SHA1_INCLUDE_ +#include "pppdconf.h" #ifndef USE_SHA #include @@ -32,4 +32,4 @@ extern void SHA1_Update(SHA1_CTX *, const unsigned char *, unsigned int); extern void SHA1_Final(unsigned char[SHA1_SIGNATURE_SIZE], SHA1_CTX *); #endif /* USE_SHA */ -#endif /* __SHA1_INCLUDE_ */ +#endif /* PPP_SHA1_H */