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
@@ -0,0 +1,15 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-sshkey.la
else
plugin_LTLIBRARIES = libstrongswan-sshkey.la
endif
libstrongswan_sshkey_la_SOURCES = \
sshkey_plugin.h sshkey_plugin.c
libstrongswan_sshkey_la_LDFLAGS = -module -avoid-version