changed back to <openssl/

This commit is contained in:
orignal 2016-05-11 16:02:26 -04:00
parent ae81cc2644
commit 7c835bae20
8 changed files with 26 additions and 35 deletions

View file

@ -1,7 +1,7 @@
#include <string.h>
#include <openssl/evp.h>
#include <openssl/ssl.h>
#include "Crypto.h"
#include OPENSSL(evp.h)
#include OPENSSL(ssl.h)
#include "FS.h"
#include "Log.h"
#include "Family.h"