Skip to content

Commit

Permalink
Fix ARM MD5 compile
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Nov 14, 2015
1 parent 67a52bb commit 4d59135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion md5/md5-simd.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "md5.h"

#if MD5_SIMD_UPDATE_BLOCK == md5_update_sse
#ifdef MD5_SIMD_USE_SSE

#define MWORD __m128i
#define MWORD_SIZE 16
Expand Down
1 change: 1 addition & 0 deletions md5/md5.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ void md5_update_zeroes(MD5_CTX *c, size_t len);
/* SSE2 support */
#define MD5_SIMD_NUM 4
#define MD5_SIMD_UPDATE_BLOCK md5_update_sse
#define MD5_SIMD_USE_SSE
#endif


Expand Down

0 comments on commit 4d59135

Please sign in to comment.