svn commit: r386161 - in head/security/sectok: . files

Antoine Brodin antoine at FreeBSD.org
Tue May 12 17:35:57 UTC 2015


Author: antoine
Date: Tue May 12 17:35:56 2015
New Revision: 386161
URL: https://svnweb.freebsd.org/changeset/ports/386161

Log:
  This port links against libcrypto, so use the openssl header and not the libmd one

Modified:
  head/security/sectok/Makefile
  head/security/sectok/files/patch-cyberflex.c

Modified: head/security/sectok/Makefile
==============================================================================
--- head/security/sectok/Makefile	Tue May 12 17:22:26 2015	(r386160)
+++ head/security/sectok/Makefile	Tue May 12 17:35:56 2015	(r386161)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sectok
 PORTVERSION=	20030825
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.citi.umich.edu/projects/smartcard/
 EXTRACT_SUFX=	.tgz

Modified: head/security/sectok/files/patch-cyberflex.c
==============================================================================
--- head/security/sectok/files/patch-cyberflex.c	Tue May 12 17:22:26 2015	(r386160)
+++ head/security/sectok/files/patch-cyberflex.c	Tue May 12 17:35:56 2015	(r386161)
@@ -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


More information about the svn-ports-all mailing list