Merge pull request #627 from michael-loki/fix_crypto_build

Fix crypto build derp
pull/629/head
Jeff 5 years ago committed by GitHub
commit 755a232982
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ extern "C"
/// setup main context, returns 0 on success /// setup main context, returns 0 on success
int int
llarp_main_setup(struct llarp_main *ptr, bool debugMode); llarp_main_setup(struct llarp_main *ptr);
/// run main context, returns 0 on success, blocks until program end /// run main context, returns 0 on success, blocks until program end
int int

@ -84,7 +84,7 @@ namespace llarp
GetDatabase(const byte_t *pk); GetDatabase(const byte_t *pk);
int int
Setup(bool debug=false); Setup();
int int
Run(); Run();

Loading…
Cancel
Save