#include <string.h> #include <openssl/evp.h> int main() { unsigned char in[100], base64[150], decode[100]; EVP_ENCODE_CTX ectx;
確定! 回上一頁