Add sshkey plugin stub that will parse RFC 4253 public keys

This commit is contained in:
Tobias Brunner
2013-05-07 14:08:51 +02:00
parent c0bbddfa42
commit 584d656b77
5 changed files with 140 additions and 0 deletions
+7
View File
@@ -315,6 +315,13 @@ if MONOLITHIC
endif
endif
if USE_SSHKEY
SUBDIRS += plugins/sshkey
if MONOLITHIC
libstrongswan_la_LIBADD += plugins/sshkey/libstrongswan-sshkey.la
endif
endif
if USE_PEM
SUBDIRS += plugins/pem
if MONOLITHIC