]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix non-builtin crypto module builds
authorGreg Hudson <ghudson@mit.edu>
Wed, 29 May 2013 05:20:19 +0000 (01:20 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 29 May 2013 05:20:19 +0000 (01:20 -0400)
commitaf0ef9337acb4418e14234aeb50ca37290d6cdbd
treef79bc165ad80fbc268e74dd9fc0aa72eb2f62e79
parentf3458ed803ae97b6c6c7c63baeb82b26c4943d4c
Fix non-builtin crypto module builds

Commit 4b0985f8573840838bcfa8ec1df3dcd39a3dbf15 went a bit too far in
pruning the placeholder makefiles for the openssl and nss crypto
modules.  We need enough boilerplate to create OBJS.SH in each
directory.
src/lib/crypto/nss/aes/Makefile.in
src/lib/crypto/nss/camellia/Makefile.in
src/lib/crypto/nss/md5/Makefile.in
src/lib/crypto/nss/sha1/Makefile.in
src/lib/crypto/nss/sha2/Makefile.in
src/lib/crypto/openssl/aes/Makefile.in
src/lib/crypto/openssl/camellia/Makefile.in
src/lib/crypto/openssl/md4/Makefile.in
src/lib/crypto/openssl/md5/Makefile.in
src/lib/crypto/openssl/sha1/Makefile.in
src/lib/crypto/openssl/sha2/Makefile.in