summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-09-08 17:38:22 +0000
committerGreg Hudson <ghudson@mit.edu>2010-09-08 17:38:22 +0000
commitb1a7985e4b3bbd76cf2f4c332fe100f0e3b2d801 (patch)
tree912a47ed1e5486e6e81bd1ff54fcbedd26c68cb8 /src
parent744f9cf4f42e723b29573030b0828a8038c88a9e (diff)
downloadkrb5-b1a7985e4b3bbd76cf2f4c332fe100f0e3b2d801.tar.gz
krb5-b1a7985e4b3bbd76cf2f4c332fe100f0e3b2d801.tar.xz
krb5-b1a7985e4b3bbd76cf2f4c332fe100f0e3b2d801.zip
Add dummy camellia subdir to openssl back end makefile
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24299 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/crypto/openssl/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/openssl/Makefile.in b/src/lib/crypto/openssl/Makefile.in
index a008d5727..3f4224d32 100644
--- a/src/lib/crypto/openssl/Makefile.in
+++ b/src/lib/crypto/openssl/Makefile.in
@@ -1,6 +1,6 @@
mydir=lib/crypto/openssl
BUILDTOP=$(REL)..$(S)..$(S)..
-SUBDIRS=des aes md4 md5 sha1 enc_provider hash_provider
+SUBDIRS=camellia des aes md4 md5 sha1 enc_provider hash_provider
LOCALINCLUDES = -I$(srcdir)/../krb \
-I$(srcdir)/../krb/hash_provider \
-I$(srcdir)/des \