Merge pull request #295

c996d53 Print success (Pieter Wuille)
This commit is contained in:
Pieter Wuille 2015-09-19 21:24:29 +02:00
commit a55166950f
No known key found for this signature in database
GPG Key ID: 57896D2FF8F0B657

View File

@ -2346,5 +2346,7 @@ int main(int argc, char **argv) {
/* shutdown */
secp256k1_context_destroy(ctx);
printf("no problems found\n");
return 0;
}