crypto: Update the REQUIREMENTS
[samba.git] / lib / crypto / crypto.h
index c0d85c899ed7a8dbd0b65c1a818ae897e9dc23c7..092ae6ad6ad6a787641cda148469afb5273f7ff9 100644 (file)
@@ -17,6 +17,9 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#ifndef _SAMBA_CRYPTO_H_
+#define _SAMBA_CRYPTO_H_
+
 #include "../lib/crypto/crc32.h"
 #include "../lib/crypto/md4.h"
 #include "../lib/crypto/md5.h"
@@ -26,4 +29,7 @@
 #include "../lib/crypto/arcfour.h"
 #include "../lib/crypto/aes.h"
 #include "../lib/crypto/aes_cmac_128.h"
+#include "../lib/crypto/aes_ccm_128.h"
+#include "../lib/crypto/aes_gcm_128.h"
 
+#endif /* _SAMBA_CRYPTO_H_ */