This commit is contained in:
Avently
2024-09-13 23:20:14 +07:00
parent b89dd9fe5c
commit 5ba4c682de
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "sha512.h"
#if defined(__ANDROID__)
#include <android/log.h>
#include <log.h>
#else
#include <stdio.h>
#endif
+1 -1
View File
@@ -9,7 +9,7 @@
#include "sntrup761.h"
#if defined(__ANDROID__)
#include <android/log.h>
#include <log.h>
#else
#include <stdio.h>
#endif