Date: Tue, 12 May 2015 17:35:56 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386161 - in head/security/sectok: . files Message-ID: <201505121735.t4CHZuM7088827@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505121735.t4CHZuM7088827>