Skip to content
Snippets Groups Projects
Commit 81a68bca authored by codecraft's avatar codecraft :crocodile:
Browse files

remove useless semicolon

parent 63278ea7
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#include <stdio.h>
#define CURVE25519_PUB_TO_ED25519_PUB
#define PRIV_FORCE;
#define PRIV_FORCE
int main(void) {
uint8_t priv_in[32] = {0, 5, 23, 5, 23, 5, 6, 43, 34, 46, 43,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment