libstrongswan agent plugin to use ssh-agent for RSA signatures

This commit is contained in:
Martin Willi
2008-09-02 11:04:26 +00:00
parent 46eb41644d
commit 21c9546321
7 changed files with 725 additions and 0 deletions
+4
View File
@@ -156,6 +156,10 @@ if USE_OPENSSL
SUBDIRS += plugins/openssl
endif
if USE_AGENT
SUBDIRS += plugins/agent
endif
if USE_INTEGRITY_TEST
SUBDIRS += fips
endif