]> Nishi Git Mirror - sp.git/commitdiff
ごめん
author諏訪子 <suwako@076.moe>
Fri, 5 Jul 2024 06:20:20 +0000 (15:20 +0900)
committer諏訪子 <suwako@076.moe>
Fri, 5 Jul 2024 06:20:20 +0000 (15:20 +0900)
src/otppass.c

index 2609a6c95319165e04bb04a9bade37e75ec80f8b..4d15eb2c160df8ea44f9238293edd495856426e5 100644 (file)
@@ -1,7 +1,7 @@
 #include <openssl/hmac.h>
 #include <openssl/sha.h>
 
-#ifndef __APPLE
+#if defined(__APPLE)
 #include <libkern/OSByteOrder.h>
 #define htobe64(x) OSSwapHostToBigInt64(x)
 #endif