More work on the config file. Attempting to replicate the go version of the private key base64.

This commit is contained in:
jmjatlanta 2016-10-31 17:19:27 -05:00
parent 3354ade018
commit 772857312f
9 changed files with 136 additions and 2458 deletions

View file

@ -9,11 +9,6 @@
#ifndef test_repo_config_h
#define test_repo_config_h
#include "ipfs/repo/config/identity.h"
int test_repo_config_identity_new() {
struct Identity* identity;
return repo_config_identity_new(identity, 2046);
}
#endif /* test_repo_config_h */