use standard preprocessor macro

This commit is contained in:
Erlend Ese 2026-05-14 01:46:45 +02:00
parent 7dcdb62112
commit 2707d33a1b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include "SHA1.h" #include "SHA1.h"
// In the source files using endian functions (like SHA1.c): // In the source files using endian functions (like SHA1.c):
#ifdef QNX_OS #ifdef __QNXNTO__
#include <gulliver.h> #include <gulliver.h>
#define be32toh(x) ENDIAN_BE32(x) #define be32toh(x) ENDIAN_BE32(x)
#define htobe32(x) ENDIAN_BE32(x) #define htobe32(x) ENDIAN_BE32(x)