mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 11:47:13 +09:00
<sodium.h> or "sodium.h", pick one
This commit is contained in:
+2
-2
@@ -6,9 +6,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "sodium.h" /* library header */
|
||||
#include <sodium.h>
|
||||
|
||||
#include "demo_utils.h" /* demo utility header */
|
||||
#include "demo_utils.h"
|
||||
|
||||
/* ================================================================== *
|
||||
* utility functions *
|
||||
|
||||
Reference in New Issue
Block a user