diff options
author | Sumit Bose <sbose@redhat.com> | 2011-05-19 09:58:09 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-05-23 10:57:44 -0400 |
commit | 324fb26ba803a999bedc29e93c46c84f27abf5b7 (patch) | |
tree | d504009cdf1377ab791f69706c4e77f755ea65ad /src/util/crypto/libcrypto | |
parent | 7bdaf2a712d73763e7c3d25f6bb544b18f7028eb (diff) | |
download | sssd-324fb26ba803a999bedc29e93c46c84f27abf5b7.tar.gz sssd-324fb26ba803a999bedc29e93c46c84f27abf5b7.tar.xz sssd-324fb26ba803a999bedc29e93c46c84f27abf5b7.zip |
Set _GNU_SOURCE globally
Diffstat (limited to 'src/util/crypto/libcrypto')
-rw-r--r-- | src/util/crypto/libcrypto/crypto_sha512crypt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/crypto/libcrypto/crypto_sha512crypt.c b/src/util/crypto/libcrypto/crypto_sha512crypt.c index 29900cc9c..50734318c 100644 --- a/src/util/crypto/libcrypto/crypto_sha512crypt.c +++ b/src/util/crypto/libcrypto/crypto_sha512crypt.c @@ -10,7 +10,6 @@ /* SHA512-based Unix crypt implementation. Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>. */ -#define _GNU_SOURCE #include <endian.h> #include <errno.h> #include <limits.h> |