[Cryptech-Commits] [user/sra/pkcs11] 02/02: Change path to Cryptlib, for now.

git at cryptech.is git at cryptech.is
Tue Apr 28 22:32:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository user/sra/pkcs11.

commit 647af06c01a3179fe7aa4a04fb2493111f19629e
Author: Rob Austein <sra at hactrn.net>
Date:   Tue Apr 28 17:25:14 2015 -0400

    Change path to Cryptlib, for now.
---
 GNUmakefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index a12aaa5..9277e8f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -28,7 +28,11 @@
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
 # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-CRYPTLIB_DIR = ../cryptlib/build
+# Change this to "../cryptlib/build" when this code moves to sw/pkcs11/.
+#
+#CRYPTLIB_DIR = ../cryptlib/build
+CRYPTLIB_DIR = ../../../sw/cryptlib/build
+
 SQLITE3_DIR  = ../sqlite3
 
 CFLAGS	+= -g -I${CRYPTLIB_DIR} -I${SQLITE3_DIR} -fPIC -DENABLE_CRYPTLIB_DEVICE=0 -Wall



More information about the Commits mailing list