Minor fixes
This commit is contained in:
parent
2f383f078f
commit
abab7617c8
2 changed files with 1 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
namespace fc { namespace ecc {
|
namespace fc { namespace ecc {
|
||||||
namespace detail
|
namespace detail
|
||||||
{
|
{
|
||||||
static void init_lib(); {
|
static void init_lib();
|
||||||
|
|
||||||
typedef public_key_data pub_data_type;
|
typedef public_key_data pub_data_type;
|
||||||
typedef EC_KEY priv_data_type;
|
typedef EC_KEY priv_data_type;
|
||||||
|
|
|
||||||
|
|
@ -253,8 +253,6 @@ namespace fc { namespace ecc {
|
||||||
ECDSA_SIG_free(sig);
|
ECDSA_SIG_free(sig);
|
||||||
FC_THROW_EXCEPTION( exception, "unable to reconstruct public key from signature" );
|
FC_THROW_EXCEPTION( exception, "unable to reconstruct public key from signature" );
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "_elliptic_mixed_openssl.cpp"
|
|
||||||
} }
|
} }
|
||||||
|
|
||||||
#include "_elliptic_common.cpp"
|
#include "_elliptic_common.cpp"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue