Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Patched to compile on Linux.
  • Loading branch information
icculus committed Dec 20, 2013
1 parent 472cd81 commit 9cd3dd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -110,8 +110,9 @@ add_executable(1pass
)

if(LINUX)
set_target_properties(odin PROPERTIES LINK_FLAGS "-Wl,-rpath,$ORIGIN")
set_target_properties(1pass PROPERTIES LINK_FLAGS "-Wl,-rpath,$ORIGIN")
# !!! FIXME: other stuff.
target_link_libraries(1pass "m")
endif()

# end of CMakeLists.txt ...
Expand Down
2 changes: 1 addition & 1 deletion pkcs5_pbkdf2.c
Expand Up @@ -22,7 +22,7 @@
#include <string.h>
#include <limits.h>
#include <stdlib.h>
#include <util.h>
//#include <util.h>

#include "sha1.h"

Expand Down

0 comments on commit 9cd3dd4

Please sign in to comment.