include <string.h>#include <openssl/pem.h>size_t bc_base64_encode(const void *data, int data_len, char *buffer){ BIO *b64 ...
確定! 回上一頁