Skip to content
Snippets Groups Projects
Commit ce4e5a48 authored by Niels Möller's avatar Niels Möller
Browse files

Added missing include of config.h. Needed

for correct operation on big-endian systems.

Rev: nettle/ripemd160-compress.c:1.4
parent 6b7e73ac
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,10 @@ ...@@ -20,6 +20,10 @@
* MA 02111-1307, USA. * MA 02111-1307, USA.
*/ */
#if HAVE_CONFIG_H
# include "config.h"
#endif
#include <string.h> #include <string.h>
#include "ripemd160.h" #include "ripemd160.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment