aboutsummaryrefslogtreecommitdiff
path: root/src/common/Cryptography/BigNumber.cpp
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2017-11-25 02:39:27 +0100
committerAokromes <aokromes@gmail.com>2017-11-25 02:39:27 +0100
commit59e94fd9bb1ff82d9a34a6c693b680039c3a68b9 (patch)
tree627aeeacb534ec46311a48af626f5c253d773abe /src/common/Cryptography/BigNumber.cpp
parent5f2c5f2ed376bc2ab9107a4a8da7df04f8aef85a (diff)
Misc: More cleanup
Diffstat (limited to 'src/common/Cryptography/BigNumber.cpp')
-rw-r--r--src/common/Cryptography/BigNumber.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/Cryptography/BigNumber.cpp b/src/common/Cryptography/BigNumber.cpp
index c67e8c8fbbc..93463fedbd7 100644
--- a/src/common/Cryptography/BigNumber.cpp
+++ b/src/common/Cryptography/BigNumber.cpp
@@ -209,4 +209,3 @@ std::string BigNumber::AsDecStr() const
OPENSSL_free(ch);
return ret;
}
-