diff options
author | Brian Somers <brian@FreeBSD.org> | 1999-12-30 03:40:29 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1999-12-30 03:40:29 +0000 |
commit | e7d008b4bde177a628dc01bb4d8cd9cd5ea042a9 (patch) | |
tree | 0294e37288372e6250e6ff8251027460dd1d3a02 /usr.sbin/ppp/chap.c | |
parent | a19a5c023dc8470b49a6b7728b34e8801fe5a671 (diff) | |
download | src-test2-e7d008b4bde177a628dc01bb4d8cd9cd5ea042a9.tar.gz src-test2-e7d008b4bde177a628dc01bb4d8cd9cd5ea042a9.zip |
Notes
Diffstat (limited to 'usr.sbin/ppp/chap.c')
-rw-r--r-- | usr.sbin/ppp/chap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c index 36be4c50ffd6..103a2694320b 100644 --- a/usr.sbin/ppp/chap.c +++ b/usr.sbin/ppp/chap.c @@ -76,6 +76,7 @@ #ifdef HAVE_DES #include "chap_ms.h" #endif +#include "id.h" static const char * const chapcodes[] = { "???", "CHALLENGE", "RESPONSE", "SUCCESS", "FAILURE" |