make header guards consistent

This commit is contained in:
Andrew Morris
2024-10-10 13:04:46 +11:00
parent 902876df93
commit af23f3943e
28 changed files with 70 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
#ifndef EMP_GROUP_OPENSSL_H__
#define EMP_GROUP_OPENSSL_H__
#ifndef EMP_GROUP_OPENSSL_H
#define EMP_GROUP_OPENSSL_H
namespace emp {
inline BigInt::BigInt() {