rename des to hcrypto

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20528 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-04-22 13:22:16 +00:00
parent 2f652f9c5a
commit 400f712296

View File

@@ -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