#ifndef on all header files
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
// Crypto algorithms testing
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef __CRYPTOTEST_H
|
||||
#define __CRYPTOTEST_H
|
||||
#include <stdbool.h>
|
||||
|
||||
int ExecuteCryptoTests(bool verbose);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user