Add missing OpenSSL header for NID_sha256 in RSAKeypair.cpp

This commit is contained in:
MayaTheShy
2025-11-16 19:48:14 -05:00
parent 4b39d1d15e
commit e52d6f56c2

View File

@@ -8,6 +8,7 @@
#include <openssl/bn.h>
#include <openssl/sha.h>
#include <openssl/err.h>
#include <openssl/objects.h> // For NID_sha256
RSAKeypair::RSAKeypair() {}