You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/www/wwwroot/b_com/secp256k1-php/secp256k1/secp256k1.c: 在函数‘zif_secp256k1_ecdh’中:
/www/wwwroot/b_com/secp256k1-php/secp256k1/secp256k1.c:1444:5: 错误:提供给函数‘secp256k1_ecdh’的实参太少
result = secp256k1_ecdh(ctx, resultChars, pubkey, privKey->val);
^
In file included from /www/wwwroot/b_com/secp256k1-php/secp256k1/php_secp256k1.h:3:0,
from /www/wwwroot/b_com/secp256k1-php/secp256k1/secp256k1.c:11:
/usr/local/include/secp256k1_ecdh.h:42:48: 附注:在此声明
SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ecdh(
^
make: *** [secp256k1.lo] 错误 1
The text was updated successfully, but these errors were encountered:
/www/wwwroot/b_com/secp256k1-php/secp256k1/secp256k1.c: 在函数‘zif_secp256k1_ecdh’中:
/www/wwwroot/b_com/secp256k1-php/secp256k1/secp256k1.c:1444:5: 错误:提供给函数‘secp256k1_ecdh’的实参太少
result = secp256k1_ecdh(ctx, resultChars, pubkey, privKey->val);
^
In file included from /www/wwwroot/b_com/secp256k1-php/secp256k1/php_secp256k1.h:3:0,
from /www/wwwroot/b_com/secp256k1-php/secp256k1/secp256k1.c:11:
/usr/local/include/secp256k1_ecdh.h:42:48: 附注:在此声明
SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_ecdh(
^
make: *** [secp256k1.lo] 错误 1
The text was updated successfully, but these errors were encountered: