From: Andreas Schneider Date: Tue, 26 Feb 2019 17:33:09 +0000 (+0100) Subject: s4:samdb: Only include necessary header files in encrypted_secrets X-Git-Tag: tevent-0.10.1~274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d46e538d52433f5f30a5696e5b18bc4b82101951;p=thirdparty%2Fsamba.git s4:samdb: Only include necessary header files in encrypted_secrets Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/encrypted_secrets.c b/source4/dsdb/samdb/ldb_modules/encrypted_secrets.c index 5f8cd8747ea..e0932858588 100644 --- a/source4/dsdb/samdb/ldb_modules/encrypted_secrets.c +++ b/source4/dsdb/samdb/ldb_modules/encrypted_secrets.c @@ -52,7 +52,8 @@ #endif /* BUILD_WITH_GNUTLS_AEAD */ #ifdef BUILD_WITH_SAMBA_AES_GCM - #include "lib/crypto/crypto.h" + #include "lib/crypto/aes.h" + #include "lib/crypto/aes_gcm_128.h" #endif /* BUILD_WITH_SAMBA_AES_GCM */ static const char * const secret_attributes[] = {DSDB_SECRET_ATTRIBUTES};