From cb1fe7f9bbab7c09c483bac964f4d045b91aec66 Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Wed, 30 Sep 2009 22:33:41 +0000 Subject: Crypto modularity proj: SHS_INFO structure is defined differently for crypto impl's. Files hash_sha1.c and yhash.h are affected by this difference. Move hash_provider into the backend The following bigredbutton is used to suppress svn complains about the trailing spaces in the moved/copied dirs. bigredbutton: whitespace git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22815 dc483132-0cff-0310-8789-dd5450dbe970 --- src/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configure.in') diff --git a/src/configure.in b/src/configure.in index 8773ee17d4..415115172e 100644 --- a/src/configure.in +++ b/src/configure.in @@ -1061,7 +1061,7 @@ V5_AC_OUTPUT_MAKEFILE(. lib/crypto lib/crypto/krb lib/crypto/krb/crc32 lib/crypto/builtin/des lib/crypto/krb/dk lib/crypto/builtin/enc_provider - lib/crypto/krb/hash_provider lib/crypto/krb/keyhash_provider + lib/crypto/builtin/hash_provider lib/crypto/krb/keyhash_provider lib/crypto/krb/prf lib/crypto/krb/rand2key lib/crypto/builtin lib/crypto/builtin/md4 lib/crypto/builtin/md5 lib/crypto/krb/old lib/crypto/krb/raw lib/crypto/builtin/sha1 -- cgit