diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-09-16 21:04:40 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-09-16 21:04:40 +0000 |
| commit | 0cadf2f4d7b9f212800448d915003abd40c2e40d (patch) | |
| tree | 291ed09be4bd7c999ad1617a832aa3caae1cb274 /crypto/heimdal/kpasswd | |
| parent | 8373020d34ceb1ac55d8f43333c1ca3680185b39 (diff) | |
Notes
Diffstat (limited to 'crypto/heimdal/kpasswd')
| -rw-r--r-- | crypto/heimdal/kpasswd/kpasswd_locl.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/crypto/heimdal/kpasswd/kpasswd_locl.h b/crypto/heimdal/kpasswd/kpasswd_locl.h index f0b7fbc8385f5..c254f6f20f0e2 100644 --- a/crypto/heimdal/kpasswd/kpasswd_locl.h +++ b/crypto/heimdal/kpasswd/kpasswd_locl.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $Id: kpasswd_locl.h,v 1.12 2001/08/22 20:30:26 assar Exp $ */ +/* $Id: kpasswd_locl.h,v 1.13 2002/09/10 20:03:48 joda Exp $ */ #ifndef __KPASSWD_LOCL_H__ #define __KPASSWD_LOCL_H__ @@ -98,11 +98,7 @@ #include <err.h> #include <roken.h> #include <getarg.h> -#ifdef HAVE_OPENSSL -#include <openssl/des.h> -#else -#include <des.h> -#endif #include <krb5.h> +#include "crypto-headers.h" /* for des_read_pw_string */ #endif /* __KPASSWD_LOCL_H__ */ |
