Toggle navigation
Sign in
taskrambler
/
libtrhash
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
01d6270ff0a8eae7ae3beccfd29f3c066d2b9882
Authored by
Georg Hopp
2016-04-12 13:41:55 +0200
1 parent
115887e4
build: passed
hotfix include in sse version
Changes
1
Builds
3
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/sse/sha1.c
src/sse/sha1.c
View file @
01d6270
@@ -19,7 +19,7 @@
@@ -19,7 +19,7 @@
19
#ifdef __SSE__
19
#ifdef __SSE__
20
#include <xmmintrin.h>
20
#include <xmmintrin.h>
21
21
22
-
#include "sha1.h"
22
+
#include "
tr/
sha1.h"
23
23
24
typedef
union
{
24
typedef
union
{
25
uint32_t
u32
[
4
];
25
uint32_t
u32
[
4
];
Please
register
or
login
to post a comment