#ifndef on all header files

This commit is contained in:
Philippe Teuwen 2019-04-11 01:16:25 +02:00
commit 2879599ac4
11 changed files with 37 additions and 0 deletions

View file

@ -8,6 +8,9 @@
// Crypto algorithms testing
//-----------------------------------------------------------------------------
#ifndef __CRYPTOTEST_H
#define __CRYPTOTEST_H
#include <stdbool.h>
int ExecuteCryptoTests(bool verbose);
#endif