summaryrefslogtreecommitdiff
path: root/security/sectok/files/patch-cyberflex.c
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-05-12 17:35:56 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-05-12 17:35:56 +0000
commit7b79640face9a69c1581543f6d5897d2d548f1fe (patch)
treeb4f784a42d6ff0bc33a2e94533405e49f2f510e0 /security/sectok/files/patch-cyberflex.c
parentdatabases/sqlite3, databases/tcl-sqlite3: update to 3.8.10.1 (diff)
This port links against libcrypto, so use the openssl header and not the libmd one
Diffstat (limited to 'security/sectok/files/patch-cyberflex.c')
-rw-r--r--security/sectok/files/patch-cyberflex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/sectok/files/patch-cyberflex.c b/security/sectok/files/patch-cyberflex.c
index f5889c1ed600..5dbbf31f50a5 100644
--- a/security/sectok/files/patch-cyberflex.c
+++ b/security/sectok/files/patch-cyberflex.c
@@ -10,7 +10,7 @@
+#define SHA1Init SHA1_Init
+#define SHA1Update SHA1_Update
+#define SHA1Final SHA1_Final
-+#include <sha.h>
++#include <openssl/sha.h>
+#else
#include <sha1.h>
#endif