include openssl/err.h

This commit is contained in:
Stephen Lombardo 2017-04-27 11:01:00 -04:00
parent 1963d489e0
commit c7c5268b5f

View File

@ -37,6 +37,7 @@
#include <openssl/rand.h>
#include <openssl/evp.h>
#include <openssl/hmac.h>
#include <openssl/err.h>
typedef struct {
EVP_CIPHER *evp_cipher;