Verify num=openssl initialization and check repeatability

This commit is contained in:
Pieter Wuille
2014-10-26 05:38:54 -07:00
parent b650ab50f7
commit bff11e9112
3 changed files with 107 additions and 0 deletions

View File

@@ -746,6 +746,8 @@ int main(int argc, char **argv) {
run_ecdsa_openssl();
#endif
printf("random run = %llu\n", (unsigned long long)secp256k1_rand32() + (unsigned long long)secp256k1_rand32() << 32);
// shutdown
secp256k1_stop();
return 0;