打开 ENABLE_SKF 后报找不到sm2_point_from_xy函数错误
/home/qt/GmSSL/src/skf/skf.c:76:6: warning: call to undeclared function 'sm2_point_from_xy'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (sm2_point_from_xy(&point, ^ /home/qt/GmSSL/src/skf/skf.c:79:38: warning: incompatible pointer types passing 'SM2_POINT *' to parameter of type 'const SM2_Z256_POINT *' [-Wincompatible-pointer-types] || sm2_key_set_public_key(sm2_key, &point) != 1) { ^~~~~~ /home/qt/GmSSL/include/gmssl/sm2.h:34:64: note: passing argument to parameter 'public_key' here int sm2_key_set_public_key(SM2_KEY *key, const SM2_Z256_POINT *public_key);
`[ 61%] Linking C executable bin/gmssl ld.lld: error: undefined reference due to --no-allow-shlib-undefined: sm2_point_from_xy
referenced by bin/libgmssl.so.3.1 clang-15: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [CMakeFiles/gmssl-bin.dir/build.make:1074:bin/gmssl] 错误 1 make[1]: *** [CMakeFiles/Makefile2:233:CMakeFiles/gmssl-bin.dir/all] 错误 2`