It works fine, of course, try: C. Copy Code. #include <openssl/bn.h> int main() { BIGNUM *b1=BN_new(); BIGNUM *b2=BN_new(); BIGNUM ...
確定! 回上一頁