We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c70aed8 commit 310f05eCopy full SHA for 310f05e
src/peersafe/gmencrypt/softencrypt/impl/GmSoftEncrypt.cpp
@@ -69,7 +69,6 @@ size_t SoftEncrypt::EC_KEY_key2buf(const EC_KEY *key, unsigned char **pbuf)
69
}
70
*pbuf = buf;
71
return len;
72
- return 0;
73
74
75
// std::pair<unsigned char*, int> SoftEncrypt::getPrivateKey(EC_KEY *sm2Keypair, std::vector<unsigned char>& priKey)
0 commit comments