diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2019-03-03 04:18:31 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2019-03-03 04:18:31 +0000 |
commit | 7515f9eeb44d8652c0933740996078b8ecb56f9c (patch) | |
tree | e4a7a47a3aa1e521e6db6ec2a3b72af83fddc5c5 /security/tpm-tools/files/patch-src-cmds-Makefile.in | |
parent | Update to 3.11.0, which supports OpenSSL 1.0.x and 1.1.x. (diff) |
Update to 1.3.9.1 and add patches to support OpenSSL 1.0.x and
OpenSSL 1.1.x.
Notes
Notes:
svn path=/head/; revision=494475
Diffstat (limited to 'security/tpm-tools/files/patch-src-cmds-Makefile.in')
-rw-r--r-- | security/tpm-tools/files/patch-src-cmds-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/tpm-tools/files/patch-src-cmds-Makefile.in b/security/tpm-tools/files/patch-src-cmds-Makefile.in deleted file mode 100644 index c5dca7605a53..000000000000 --- a/security/tpm-tools/files/patch-src-cmds-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cmds/Makefile.in.orig 2012-05-17 19:09:27 UTC -+++ src/cmds/Makefile.in -@@ -245,7 +245,7 @@ top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - @TSS_LIB_IS_12_FALSE@AM_CPPFLAGS = -I$(top_srcdir)/include -D_LINUX - @TSS_LIB_IS_12_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/include -D_LINUX -DTSS_LIB_IS_12 --LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la -ltpm_unseal -lcrypto -+LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la -lcrypto - tpm_sealdata_SOURCES = tpm_sealdata.c - tpm_unsealdata_SOURCES = tpm_unsealdata.c - all: all-am |