Greetings all,

 

    I’ve been tasked with adding support for a local passphrase system to cryptsetup.  The code works, but I’m having trouble determining where to add my C and header file to the cryptsetup build files (configure, configure.in, Makefile.in, Makefile.am, etc.).  My module needs to be compiled and linked in the same way that lib/setup.c, lib/utils.c, etc. are compiled and linked.  We’re using cryptsetup 1.0.3 since our platform is RHEL 5, but the build system of the newer versions looks similar.

 

    Can anyone tell me where to add my files so that they’ll be compiled and linked into the cryptsetup library? 

 

Best regards,

 

John

 

p.s. Keep up the good work.  Even the relatively ancient version of cryptsetup on RHEL 5 outperformed TrueCrypt in our environment.

 

John Simpson