mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Include <core.h> to get sodium_misuse
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "core.h"
|
||||
#include "crypto_box.h"
|
||||
#include "crypto_generichash.h"
|
||||
#include "private/common.h"
|
||||
|
||||
+1
@@ -1,6 +1,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "core.h"
|
||||
#include "crypto_box_curve25519xchacha20poly1305.h"
|
||||
#include "crypto_generichash.h"
|
||||
#include "private/common.h"
|
||||
|
||||
Reference in New Issue
Block a user