1
1

Add required RSA header for OpenSSL (#622)

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Этот коммит содержится в:
Philip Prindeville 2017-08-01 12:16:07 -06:00 коммит произвёл Bruce A. Mah
родитель dadbd25838
Коммит 517ad2248f

Просмотреть файл

@ -36,6 +36,7 @@
#if defined(HAVE_SSL)
#include <openssl/rsa.h>
#include <openssl/bio.h>
#include <openssl/pem.h>
#include <openssl/sha.h>