]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/util/sha2.h
Change typedef to normal definitions in GUI code
[dragonfireclient.git] / src / util / sha2.h
index 233c85a8185f952707447ac7008e1b23cf358c3a..7d746262db9b2c50511dcdf9cc36a6c7d1ab8fa3 100644 (file)
@@ -56,8 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#ifndef HEADER_SHA_H
-#define HEADER_SHA_H
+#pragma once
 
 #include <stddef.h>
 
@@ -153,5 +152,3 @@ void SHA256_Transform(SHA256_CTX *c, const unsigned char *data);
 #ifdef __cplusplus
 }
 #endif
-
-#endif