diff options
author | markm <markm@FreeBSD.org> | 2000-02-24 21:10:28 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2000-02-24 21:10:28 +0000 |
commit | 4dfdc66cab217db1c43f8f5db234a731900d85b0 (patch) | |
tree | f8ea8e6a6680b0fc9f39e56667dfb083b48e64dd /usr.sbin/ppp/chap_ms.c | |
parent | 7926f9a427cf41d969d72340286db7efb8743a66 (diff) | |
download | FreeBSD-src-4dfdc66cab217db1c43f8f5db234a731900d85b0.zip FreeBSD-src-4dfdc66cab217db1c43f8f5db234a731900d85b0.tar.gz |
Use libcrypto instead of libdes.
Diffstat (limited to 'usr.sbin/ppp/chap_ms.c')
-rw-r--r-- | usr.sbin/ppp/chap_ms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/chap_ms.c b/usr.sbin/ppp/chap_ms.c index e1d495f..6530ef6 100644 --- a/usr.sbin/ppp/chap_ms.c +++ b/usr.sbin/ppp/chap_ms.c @@ -26,7 +26,7 @@ #include <sys/types.h> #include <ctype.h> -#include <des.h> +#include <openssl/des.h> #include <string.h> #include "chap_ms.h" |