Commit 94f13a31 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

merge

parents ef650b2e 4af77e6a
......@@ -18,11 +18,16 @@
#include <my_config.h>
#if defined(HAVE_YASSL) || defined(HAVE_OPENSSL)
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# ifndef HAVE_YASSL
# include <openssl/sha.h>
# endif
# ifdef HAVE_YASSL
# else
#include "../extra/yassl/taocrypt/include/sha.hpp"
......@@ -63,4 +68,5 @@ GEN_YASSL_SHA2_BRIDGE(224);
# endif /* HAVE_YASSL */
#endif /* HAVE_OPENSSL || HAVE_YASSL */
#endif /* included_sha2_h */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment