Minor fixes

This commit is contained in:
Peter Conrad 2015-03-10 22:16:03 +01:00
parent 2f383f078f
commit abab7617c8
2 changed files with 1 additions and 3 deletions

View file

@ -13,7 +13,7 @@
namespace fc { namespace ecc {
namespace detail
{
static void init_lib(); {
static void init_lib();
typedef public_key_data pub_data_type;
typedef EC_KEY priv_data_type;

View file

@ -253,8 +253,6 @@ namespace fc { namespace ecc {
ECDSA_SIG_free(sig);
FC_THROW_EXCEPTION( exception, "unable to reconstruct public key from signature" );
}
#include "_elliptic_mixed_openssl.cpp"
} }
#include "_elliptic_common.cpp"