Convert to pragma once

This commit is contained in:
Jack Andersen
2018-10-06 17:37:09 -10:00
parent 5f2611702d
commit 0cdfd0ad9f
54 changed files with 54 additions and 162 deletions

View File

@@ -1,5 +1,4 @@
#ifndef EC_H
#define EC_H
#pragma once
#include "athena/Types.hpp"
namespace ecc
@@ -9,5 +8,4 @@ void makeECCert(atUint8* cert, atUint8* sig, const char* signer, const char* nam
void createECDSA(atUint8* R, atUint8* S, atUint8* k, atUint8* hash);
}
#endif // EC_H