Commit 4af77e6a authored by Alexander Nozdrin's avatar Alexander Nozdrin

Post-fix for Bug#13174.

parent 64c937b7
...@@ -18,11 +18,16 @@ ...@@ -18,11 +18,16 @@
#include <my_config.h> #include <my_config.h>
#if defined(HAVE_YASSL) || defined(HAVE_OPENSSL)
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# ifndef HAVE_YASSL # ifndef HAVE_YASSL
# include <openssl/sha.h> # include <openssl/sha.h>
# endif
# ifdef HAVE_YASSL # else
#include "../extra/yassl/taocrypt/include/sha.hpp" #include "../extra/yassl/taocrypt/include/sha.hpp"
...@@ -63,4 +68,5 @@ GEN_YASSL_SHA2_BRIDGE(224); ...@@ -63,4 +68,5 @@ GEN_YASSL_SHA2_BRIDGE(224);
# endif /* HAVE_YASSL */ # endif /* HAVE_YASSL */
#endif /* HAVE_OPENSSL || HAVE_YASSL */
#endif /* included_sha2_h */ #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