Browse Source

hotfix include in sse version

1.0.0
Georg Hopp 10 years ago
parent
commit
01d6270ff0
  1. 2
      src/sse/sha1.c

2
src/sse/sha1.c

@ -19,7 +19,7 @@
#ifdef __SSE__
#include <xmmintrin.h>
#include "sha1.h"
#include "tr/sha1.h"
typedef union {
uint32_t u32[4];

Loading…
Cancel
Save