s3:utils: let smbstatus report anonymous signing/encryption explicitly
[samba.git] / lib / crypto / crypto.h
index 1f5a1b7e62f23f5acdf46e5e2a3f4f6aa3aed960..026fb201002102cba47b5ddc033ea47bfa23c893 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "../lib/crypto/crc32.h"
+#ifndef _SAMBA_CRYPTO_H_
+#define _SAMBA_CRYPTO_H_
+
 #include "../lib/crypto/md4.h"
-#include "../lib/crypto/md5.h"
-#include "../lib/crypto/hmacmd5.h"
-#include "../lib/crypto/sha256.h"
-#include "../lib/crypto/hmacsha256.h"
-#include "../lib/crypto/arcfour.h"
 #include "../lib/crypto/aes.h"
-#include "../lib/crypto/aes_cmac_128.h"
-#include "../lib/crypto/aes_ccm_128.h"
 
+#endif /* _SAMBA_CRYPTO_H_ */