Skip to content

Commit b85f192

Browse files
committed
Fixed sodium include
1 parent b901054 commit b85f192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/fun/cracker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <randombytes.h>
1818

1919
/* Sodium include*/
20-
//#include <libsodium.h>
20+
//#include <sodium.h>
2121

2222
void print_key(uint8_t *client_id)
2323
{

0 commit comments

Comments
 (0)