From 81ee561dde0213bc487aa1b701799f6d2faeaf31 Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Mon, 21 Jul 2014 16:15:07 -0400
Subject: [PATCH 44/74] Replace build instructions in README with something not
completely wrong.
These were really, really out of date.
---
README | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
index 2977f2a..24a39df 100644
--- a/README
+++ b/README
@@ -12,5 +12,5 @@ in the shim.h header file and provides a single entry point. On 64-bit systems
this entry point expects to be called with SysV ABI rather than MSABI, and
so calls to it should not be wrapped.
-To use shim, simply place a hex dump of the public certificate in cert.h
-and build it with make.
\ No newline at end of file
+To use shim, simply place a DER-encoded public certificate in a file such as
+pub.cer and build with "make VENDOR_CERT_FILE=pub.cer".
--
1.9.3