Merge remote-tracking branch 'origin/master'

This commit is contained in:
Yukino Song
2024-10-30 22:08:40 +08:00
3 changed files with 9 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
*/
#include "crypto.h"
#include <openssl/pem.h>
#include <openssl/rsa.h>
namespace crypto {
using asn1_string_t = util::safe_ptr<ASN1_STRING, ASN1_STRING_free>;