]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppcrypt.h
The use of <net/ppp_defs.h> isn't guranteed to exist on Linux (e.g. uclibc, buildroot...
[ppp.git] / pppd / pppcrypt.h
index 79676ca902342c7b07bb92231ef2f6ab21a19ec5..fff396c4c1d8bb0b8c38046e4b4143028c33adf5 100644 (file)
  * 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 <crypt.h>
@@ -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 */