]> git.lizzy.rs Git - minetest.git/blobdiff - src/util/sha2.h
Increase `ftos` precision (#13141)
[minetest.git] / src / util / sha2.h
index 233c85a8185f952707447ac7008e1b23cf358c3a..eb5c9f1e25f130f5c44502c887141c0283610c0e 100644 (file)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * The licence and distribution terms for any publically available version or
+ * The license and distribution terms for any publicly available version or
  * derivative of this code cannot be changed.  i.e. this code cannot simply be
- * copied and put under another distribution licence
- * [including the GNU Public Licence.]
+ * copied and put under another distribution license
+ * [including the GNU Public License.]
  */
 
-#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