crypt: don't include ufc-crypt.h multiple times
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 6 Jun 2014 22:25:31 +0000 (18:25 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 6 Jun 2014 22:25:31 +0000 (18:25 -0400)
commit4d3ae034b7c02b6a94e04ec7a32582379b6f4716
treefa5b083d20e4052973b17e0e074c5ecdafbea250
parent8540f6d2a74fe9d67440535ebbcfa252180a3172
crypt: don't include ufc-crypt.h multiple times

The file has no inclusion guards, and contains typedefs that
cause errors when included multiple times with older (pre-C11)
compilers such as gcc 4.4.

Save the "#ifdef DOS" content to crypt-private.h even though
it's likely not particularly useful.
ChangeLog
crypt/crypt-entry.c
crypt/crypt-private.h
crypt/crypt.c
crypt/crypt_util.c