From 400f71229602335c7491b536426fd3675b353991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 22 Apr 2007 13:22:16 +0000 Subject: [PATCH] rename des to hcrypto git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20528 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/krb5-config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/krb5-config.in b/tools/krb5-config.in index 80f79421b..0bd33a99a 100755 --- a/tools/krb5-config.in +++ b/tools/krb5-config.in @@ -106,13 +106,13 @@ if test "$do_libs" = "yes"; then ;; esac lib_flags="$lib_flags -lkrb5 @LIB_pkinit@ -lcom_err" - lib_flags="$lib_flags @LIB_des_appl@ -lasn1 -lroken" + lib_flags="$lib_flags @LIB_hcrypto_appl@ -lasn1 -lroken" lib_flags="$lib_flags @LIB_crypt@ @LIB_dlopen@" lib_flags="$lib_flags @LIB_door_create@ @LIBS@" echo $lib_flags fi if test "$do_cflags" = "yes"; then - echo "-I${includedir} @INCLUDE_des@" + echo "-I${includedir} @INCLUDE_hcrypto@" fi exit 0