From 9be1c8d1759dbedc2b9986f9f43a56b754cf56a6 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 2 May 2014 20:10:53 +0200 Subject: aikgen generates AIK private/public key pairs aikgen outputs a binary AIK private key blob and the AIK public key. Optionally the Identity Request encrypted with the public key of the Privacy CA can be output. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 93da4893f..e76eb4398 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -119,3 +119,7 @@ endif if USE_INTEGRITY_TEST SUBDIRS += checksum endif + +if USE_AIKGEN + SUBDIRS += aikgen +endif -- cgit v1.2.3