Add missing OpenSSL header for NID_sha256 in RSAKeypair.cpp
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
#include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
#include <openssl/sha.h>
|
#include <openssl/sha.h>
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
|
#include <openssl/objects.h> // For NID_sha256
|
||||||
|
|
||||||
RSAKeypair::RSAKeypair() {}
|
RSAKeypair::RSAKeypair() {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user