strongswan: remove the PF_ROUTE kernel interface to fix compile errors
[packages.git] / net / strongswan / Makefile
1 #
2 # Copyright (C) 2012-2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 include $(TOPDIR)/rules.mk
9
10 PKG_NAME:=strongswan
11 PKG_VERSION:=5.1.1
12 PKG_RELEASE:=1
13
14 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 PKG_SOURCE_URL:=http://download.strongswan.org/ http://download2.strongswan.org/
16 PKG_MD5SUM:=e3af3d493d22286be3cd794533a8966a
17
18 PKG_MOD_AVAILABLE:= \
19         addrblock \
20         aes \
21         af-alg \
22         agent \
23         attr \
24         attr-sql \
25         blowfish \
26         ccm \
27         cmac \
28         constraints \
29         coupling \
30         ctr \
31         curl \
32         des \
33         dhcp \
34         dnskey \
35         duplicheck \
36         eap-identity \
37         eap-md5 \
38         eap-mschapv2 \
39         eap-radius \
40         farp \
41         fips-prf \
42         gcm \
43         gcrypt \
44         gmp \
45         ha \
46         hmac \
47         kernel-klips \
48         kernel-libipsec \
49         kernel-netlink \
50         kernel-pfkey \
51         ldap \
52         led \
53         load-tester \
54         nonce \
55         md4 \
56         md5 \
57         mysql \
58         openssl \
59         padlock \
60         pem \
61         pgp \
62         pkcs1 \
63         pkcs8 \
64         pkcs11 \
65         pubkey \
66         random \
67         resolve \
68         revocation \
69         sha1 \
70         sha2 \
71         smp \
72         socket-default \
73         socket-dynamic \
74         sql \
75         sqlite \
76         stroke \
77         test-vectors \
78         unity \
79         uci \
80         updown \
81         whitelist \
82         x509 \
83         xauth-eap \
84         xauth-generic \
85         xcbc
86
87 PKG_CONFIG_DEPENDS:= \
88         CONFIG_STRONGSWAN_DEVICE_RANDOM \
89         CONFIG_STRONGSWAN_DEVICE_URANDOM \
90         CONFIG_STRONGSWAN_ROUTING_TABLE \
91         CONFIG_STRONGSWAN_ROUTING_TABLE_PRIO \
92         $(patsubst %,CONFIG_PACKAGE_strongswan-mod-%,$(PKG_MOD_AVAILABLE)) \
93
94 PKG_FIXUP:=autoreconf
95 PKG_INSTALL:=1
96 PKG_BUILD_PARALLEL:=1
97
98 include $(INCLUDE_DIR)/package.mk
99
100 define Package/strongswan/Default
101   SUBMENU:=VPN
102   SECTION:=net
103   CATEGORY:=Network
104   TITLE:=StrongSwan
105   URL:=http://www.strongswan.org/
106 endef
107
108 define Package/strongswan/description/Default
109  StrongSwan is an OpenSource IPsec implementation for the Linux operating system.
110 endef
111
112 define Package/strongswan
113 $(call Package/strongswan/Default)
114   DEPENDS:= +libpthread +ip \
115         +kmod-crypto-authenc \
116         +kmod-ipsec +kmod-ipsec4 +kmod-ipsec6 \
117         +kmod-ipt-ipsec +iptables-mod-ipsec
118 endef
119
120 define Package/strongswan/config
121   source "$(SOURCE)/Config.in"
122 endef
123
124 define Package/strongswan/description
125 $(call Package/strongswan/description/Default)
126  This package contains shared libraries and scripts.
127 endef
128
129 define Package/strongswan-full
130 $(call Package/strongswan/Default)
131   TITLE+= (full)
132   DEPENDS:= +strongswan \
133         +strongswan-charon \
134         +strongswan-libfast \
135         +strongswan-mod-addrblock \
136         +strongswan-mod-aes \
137         +strongswan-mod-af-alg \
138         +strongswan-mod-agent \
139         +strongswan-mod-attr \
140         +strongswan-mod-attr-sql \
141         +strongswan-mod-blowfish \
142         +strongswan-mod-ccm \
143         +strongswan-mod-cmac \
144         +strongswan-mod-constraints \
145         +strongswan-mod-coupling \
146         +strongswan-mod-ctr \
147         +strongswan-mod-curl \
148         +strongswan-mod-des \
149         +strongswan-mod-dhcp \
150         +strongswan-mod-dnskey \
151         +strongswan-mod-duplicheck \
152         +strongswan-mod-eap-identity \
153         +strongswan-mod-eap-md5 \
154         +strongswan-mod-eap-mschapv2 \
155         +strongswan-mod-eap-radius \
156         +strongswan-mod-farp \
157         +strongswan-mod-fips-prf \
158         +strongswan-mod-gcm \
159         +strongswan-mod-gcrypt \
160         +strongswan-mod-gmp \
161         +strongswan-mod-ha \
162         +strongswan-mod-hmac \
163         +strongswan-mod-kernel-netlink \
164         +strongswan-mod-ldap \
165         +strongswan-mod-led \
166         +strongswan-mod-load-tester \
167         +strongswan-mod-nonce \
168         +strongswan-mod-md4 \
169         +strongswan-mod-md5 \
170         +strongswan-mod-mysql \
171         +strongswan-mod-openssl \
172         +TARGET_x86:strongswan-mod-padlock \
173         +strongswan-mod-pem \
174         +strongswan-mod-pgp \
175         +strongswan-mod-pkcs1 \
176         +strongswan-mod-pkcs8 \
177         +strongswan-mod-pkcs11 \
178         +strongswan-mod-pubkey \
179         +strongswan-mod-random \
180         +strongswan-mod-resolve \
181         +strongswan-mod-revocation \
182         +strongswan-mod-sha1 \
183         +strongswan-mod-sha2 \
184         +strongswan-mod-smp \
185         +strongswan-mod-socket-default \
186         +strongswan-mod-sql \
187         +strongswan-mod-sqlite \
188         +strongswan-mod-stroke \
189         +strongswan-mod-test-vectors \
190         +strongswan-mod-uci \
191         +strongswan-mod-unity \
192         +strongswan-mod-updown \
193         +strongswan-mod-whitelist \
194         +strongswan-mod-x509 \
195         +strongswan-mod-xauth-eap \
196         +strongswan-mod-xauth-generic \
197         +strongswan-mod-xcbc \
198         +strongswan-utils \
199         @DEVEL
200 endef
201
202 define Package/strongswan-full/description
203 $(call Package/strongswan/description/Default)
204  This meta-package contains dependencies for all of the strongswan plugins
205  except kernel-klips, kernel-libipsec, kernel-pfkey,
206  socket-dynamic and which are ommitted in favor of the kernel-netlink and
207  socket-default plugins.
208 endef
209
210
211 define Package/strongswan-default
212 $(call Package/strongswan/Default)
213   TITLE+= (default)
214   DEPENDS:= +strongswan \
215         +strongswan-charon \
216         +strongswan-mod-aes \
217         +strongswan-mod-attr \
218         +strongswan-mod-constraints \
219         +strongswan-mod-des \
220         +strongswan-mod-dnskey \
221         +strongswan-mod-fips-prf \
222         +strongswan-mod-gmp \
223         +strongswan-mod-hmac \
224         +strongswan-mod-kernel-netlink \
225         +strongswan-mod-md5 \
226         +strongswan-mod-nonce \
227         +strongswan-mod-pem \
228         +strongswan-mod-pgp \
229         +strongswan-mod-pkcs1 \
230         +strongswan-mod-pubkey \
231         +strongswan-mod-random \
232         +strongswan-mod-resolve \
233         +strongswan-mod-revocation \
234         +strongswan-mod-sha1 \
235         +strongswan-mod-sha2 \
236         +strongswan-mod-socket-default \
237         +strongswan-mod-stroke \
238         +strongswan-mod-updown \
239         +strongswan-mod-x509 \
240         +strongswan-mod-xauth-generic \
241         +strongswan-mod-xcbc \
242         +strongswan-utils
243 endef
244
245 define Package/strongswan-default/description
246 $(call Package/strongswan/description/Default)
247  This meta-package contains only dependencies to match upstream defaults.
248 endef
249
250 define Package/strongswan-minimal
251 $(call Package/strongswan/Default)
252   TITLE+= (minimal)
253   DEPENDS:= +strongswan \
254         +strongswan-charon \
255         +strongswan-mod-aes \
256         +strongswan-mod-gmp \
257         +strongswan-mod-hmac \
258         +strongswan-mod-kernel-netlink \
259         +strongswan-mod-nonce \
260         +strongswan-mod-pubkey \
261         +strongswan-mod-random \
262         +strongswan-mod-sha1 \
263         +strongswan-mod-socket-default \
264         +strongswan-mod-stroke \
265         +strongswan-mod-updown \
266         +strongswan-mod-x509 \
267         +strongswan-mod-xcbc
268 endef
269
270 define Package/strongswan-minimal/description
271 $(call Package/strongswan/description/Default)
272  This meta-package contains only dependencies for a minimal IKEv2 setup.
273 endef
274
275 define Package/strongswan-charon
276 $(call Package/strongswan/Default)
277   TITLE+= IKEv1/IKEv2 keying daemon
278   DEPENDS:= +strongswan
279 endef
280
281 define Package/strongswan-charon/description
282 $(call Package/strongswan/description/Default)
283  This package contains charon, an IKEv2 keying daemon.
284 endef
285
286 define Package/strongswan-libfast
287 $(call Package/strongswan/Default)
288   TITLE+= libfast
289   DEPENDS:= +strongswan \
290                 +PACKAGE_strongswan-libfast:zlib \
291                 +PACKAGE_strongswan-libfast:fcgi \
292                 +PACKAGE_strongswan-libfast:clearsilver
293 endef
294
295 define Package/strongswan-libfast/description
296 $(call Package/strongswan/description/Default)
297  This package contains libfast, a lightweight framework to build native web
298  applications using ClearSilver and FastCGI.
299 endef
300
301 define Package/strongswan-utils
302 $(call Package/strongswan/Default)
303   TITLE+= utilities
304   DEPENDS:= +strongswan
305 endef
306
307 define Package/strongswan-utils/description
308 $(call Package/strongswan/description/Default)
309  This package contains the openac, pki & scepclient utilities.
310 endef
311
312 define BuildPlugin
313   define Package/strongswan-mod-$(1)
314     $$(call Package/strongswan/Default)
315     TITLE:= StrongSwan $(2) plugin
316     DEPENDS:= +strongswan $(3)
317   endef
318
319   define Package/strongswan-mod-$(1)/install
320         $(INSTALL_DIR) $$(1)/usr/lib/ipsec/plugins
321         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/plugins/libstrongswan-$(1).so \
322                 $$(1)/usr/lib/ipsec/plugins/
323         $(call Plugin/$(1)/install,$$(1))
324   endef
325
326   $$(eval $$(call BuildPackage,strongswan-mod-$(1)))
327 endef
328
329 CONFIGURE_ARGS+= \
330         --disable-scripts \
331         --disable-static \
332         $(if $(CONFIG_PACKAGE_strongswan-libfast),--enable-fast,--disable-fast) \
333         $(if $(CONFIG_PACKAGE_strongswan-utils),--enable-tools,--disable-tools) \
334         --with-random-device="$(call qstrip,$(CONFIG_STRONGSWAN_DEVICE_RANDOM))" \
335         --with-urandom-device="$(call qstrip,$(CONFIG_STRONGSWAN_DEVICE_URANDOM))" \
336         --with-routing-table="$(call qstrip,$(CONFIG_STRONGSWAN_ROUTING_TABLE))" \
337         --with-routing-table-prio="$(call qstrip,$(CONFIG_STRONGSWAN_ROUTING_TABLE_PRIO))" \
338         $(foreach m,$(PKG_MOD_AVAILABLE), \
339           $(if $(CONFIG_PACKAGE_strongswan-mod-$(m)),--enable-$(m),--disable-$(m)) \
340         )
341
342 ifneq ($(CONFIG_PACKAGE_strongswan-libfast),)
343   EXTRA_CPPFLAGS+= -I$(STAGING_DIR)/usr/include/ClearSilver
344 endif
345
346 EXTRA_LDFLAGS+= -Wl,-rpath-link,$(STAGING_DIR)/usr/lib
347
348 define Package/strongswan/conffiles
349 /etc/ipsec.conf
350 /etc/ipsec.secrets
351 /etc/ipsec.user
352 /etc/strongswan.conf
353 endef
354
355 define Package/strongswan/install
356         $(INSTALL_DIR) $(1)/etc
357         $(CP) $(PKG_INSTALL_DIR)/etc/strongswan.conf $(1)/etc/
358         $(INSTALL_DIR) $(1)/usr/lib/ipsec
359         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{libstrongswan.so.*,libhydra.so.*} $(1)/usr/lib/ipsec/
360         $(INSTALL_CONF) ./files/ipsec.secrets $(1)/etc/
361         $(INSTALL_DIR) $(1)/etc/init.d
362         $(INSTALL_BIN) ./files/ipsec.init $(1)/etc/init.d/ipsec
363 endef
364
365 define Package/strongswan-default/install
366         true
367 endef
368
369 define Package/strongswan-full/install
370         true
371 endef
372
373 define Package/strongswan-minimal/install
374         true
375 endef
376
377 define Package/strongswan-charon/install
378         $(INSTALL_DIR) $(1)/usr/lib/ipsec
379         $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/ipsec/charon $(1)/usr/lib/ipsec/
380         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/libcharon.so.* $(1)/usr/lib/ipsec/
381 endef
382
383 define Package/strongswan-libfast/install
384         $(INSTALL_DIR) $(1)/usr/lib/ipsec
385         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/libfast.so.* $(1)/usr/lib/ipsec/
386 endef
387
388 define Package/strongswan-utils/install
389         $(INSTALL_DIR) $(1)/usr/sbin
390         $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ipsec $(1)/usr/sbin/
391         $(INSTALL_DIR) $(1)/usr/bin
392         $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/pki $(1)/usr/bin/
393         $(INSTALL_DIR) $(1)/usr/lib/ipsec
394         $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{openac,scepclient} $(1)/usr/lib/ipsec/
395 endef
396
397 define Plugin/duplicheck/install
398         $(INSTALL_DIR) $(1)/usr/lib/ipsec/plugins
399         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/duplicheck $(1)/usr/lib/ipsec/
400         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/plugins/libstrongswan-duplicheck.so $(1)/usr/lib/ipsec/plugins/
401 endef
402
403 define Plugin/eap-radius/install
404         $(INSTALL_DIR) $(1)/usr/lib/ipsec/plugins
405         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/libradius.so.* $(1)/usr/lib/ipsec/
406         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/plugins/libstrongswan-eap-radius.so $(1)/usr/lib/ipsec/plugins/
407 endef
408
409 define Plugin/attr-sql/install
410         $(INSTALL_DIR) $(1)/usr/lib/ipsec
411         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/pool $(1)/usr/lib/ipsec/
412 endef
413
414 define Plugin/stroke/install
415         $(INSTALL_DIR) $(1)/etc/ipsec.d/aacerts
416         $(INSTALL_DIR) $(1)/etc/ipsec.d/acerts
417         $(INSTALL_DIR) $(1)/etc/ipsec.d/cacerts
418         $(INSTALL_DIR) $(1)/etc/ipsec.d/certs
419         $(INSTALL_DIR) $(1)/etc/ipsec.d/crls
420         $(INSTALL_DIR) $(1)/etc/ipsec.d/ocspcerts
421         $(INSTALL_DIR) $(1)/etc/ipsec.d/private
422         $(INSTALL_DIR) $(1)/etc/ipsec.d/reqs
423
424         $(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/ipsec.conf $(1)/etc/
425
426         $(INSTALL_DIR) $(1)/usr/lib/ipsec/plugins
427         $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{starter,stroke} $(1)/usr/lib/ipsec/
428         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/plugins/libstrongswan-stroke.so $(1)/usr/lib/ipsec/plugins/
429 endef
430
431 define Plugin/updown/install
432         $(INSTALL_DIR) $(1)/usr/lib/ipsec/plugins
433         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/{_updown,_updown_espmark} $(1)/usr/lib/ipsec/
434         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/plugins/libstrongswan-updown.so $(1)/usr/lib/ipsec/plugins/
435         $(INSTALL_DIR) $(1)/etc
436         $(INSTALL_CONF) ./files/ipsec.user $(1)/etc/
437 endef
438
439 define Plugin/whitelist/install
440         $(INSTALL_DIR) $(1)/usr/lib/ipsec/plugins
441         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/whitelist $(1)/usr/lib/ipsec/
442         $(CP) $(PKG_INSTALL_DIR)/usr/lib/ipsec/plugins/libstrongswan-whitelist.so $(1)/usr/lib/ipsec/plugins/
443 endef
444
445 $(eval $(call BuildPackage,strongswan))
446 $(eval $(call BuildPackage,strongswan-default))
447 $(eval $(call BuildPackage,strongswan-full))
448 $(eval $(call BuildPackage,strongswan-minimal))
449 $(eval $(call BuildPackage,strongswan-charon))
450 $(eval $(call BuildPackage,strongswan-libfast))
451 $(eval $(call BuildPackage,strongswan-utils))
452 $(eval $(call BuildPlugin,addrblock,RFC 3779 address block constraint support,))
453 $(eval $(call BuildPlugin,aes,AES crypto,))
454 $(eval $(call BuildPlugin,af-alg,AF_ALG crypto interface to Linux Crypto API,+kmod-crypto-user))
455 $(eval $(call BuildPlugin,agent,SSH agent signing,))
456 $(eval $(call BuildPlugin,attr,file based config,))
457 $(eval $(call BuildPlugin,attr-sql,SQL based config,+strongswan-mod-sql))
458 $(eval $(call BuildPlugin,blowfish,Blowfish crypto,))
459 $(eval $(call BuildPlugin,ccm,CCM AEAD wrapper crypto,))
460 $(eval $(call BuildPlugin,cmac,CMAC crypto,))
461 $(eval $(call BuildPlugin,constraints,advanced X509 constraint checking,))
462 $(eval $(call BuildPlugin,coupling,IKEv2 plugin to couple peer certificates permanently to authentication,))
463 $(eval $(call BuildPlugin,ctr,Counter Mode wrapper crypto,))
464 $(eval $(call BuildPlugin,curl,cURL fetcher plugin,+PACKAGE_strongswan-mod-curl:libcurl))
465 $(eval $(call BuildPlugin,des,DES crypto,))
466 $(eval $(call BuildPlugin,dhcp,DHCP based attribute provider,))
467 $(eval $(call BuildPlugin,dnskey,DNS RR key decoding,))
468 $(eval $(call BuildPlugin,duplicheck,advanced duplicate checking,))
469 $(eval $(call BuildPlugin,eap-identity,EAP identity helper,))
470 $(eval $(call BuildPlugin,eap-md5,EAP MD5 (CHAP) EAP auth,))
471 $(eval $(call BuildPlugin,eap-mschapv2,EAP MS-CHAPv2 EAP auth,+strongswan-mod-md4 +strongswan-mod-des))
472 $(eval $(call BuildPlugin,eap-radius,EAP RADIUS auth,))
473 $(eval $(call BuildPlugin,farp,fake arp respsonses,))
474 $(eval $(call BuildPlugin,fips-prf,FIPS PRF crypto,+strongswan-mod-sha1))
475 $(eval $(call BuildPlugin,gcm,GCM AEAD wrapper crypto,))
476 $(eval $(call BuildPlugin,gcrypt,libgcrypt,+PACKAGE_strongswan-mod-gcrypt:libgcrypt))
477 $(eval $(call BuildPlugin,gmp,libgmp,+PACKAGE_strongswan-mod-gmp:libgmp))
478 $(eval $(call BuildPlugin,ha,high availability cluster,))
479 $(eval $(call BuildPlugin,hmac,HMAC crypto,))
480 $(eval $(call BuildPlugin,kernel-klips,KLIPS kernel interface,))
481 $(eval $(call BuildPlugin,kernel-libipsec,libipsec kernel interface,))
482 $(eval $(call BuildPlugin,kernel-netlink,netlink kernel interface,))
483 $(eval $(call BuildPlugin,kernel-pfkey,PK_KEY kernel interface,))
484 $(eval $(call BuildPlugin,ldap,LDAP,+PACKAGE_strongswan-mod-ldap:libopenldap))
485 $(eval $(call BuildPlugin,led,LED blink on IKE activity,))
486 $(eval $(call BuildPlugin,load-tester,load testing,))
487 $(eval $(call BuildPlugin,nonce,nonce genereation,))
488 $(eval $(call BuildPlugin,md4,MD4 crypto,))
489 $(eval $(call BuildPlugin,md5,MD5 crypto,))
490 $(eval $(call BuildPlugin,mysql,MySQL database interface,+strongswan-mod-sql +PACKAGE_strongswan-mod-mysql:libmysqlclient-r))
491 $(eval $(call BuildPlugin,openssl,OpenSSL crypto,+PACKAGE_strongswan-mod-openssl:libopenssl))
492 $(eval $(call BuildPlugin,padlock,VIA PadLock crypto,@TARGET_x86))
493 $(eval $(call BuildPlugin,pem,PEM decoding,))
494 $(eval $(call BuildPlugin,pgp,PGP key decoding,))
495 $(eval $(call BuildPlugin,pkcs1,PKCS1 key decoding,))
496 $(eval $(call BuildPlugin,pkcs8,PKCS8 key decoding,))
497 $(eval $(call BuildPlugin,pkcs11,PKCS11 key decoding,))
498 $(eval $(call BuildPlugin,pubkey,raw public key,))
499 $(eval $(call BuildPlugin,random,RNG,))
500 $(eval $(call BuildPlugin,resolve,DNS resolver,))
501 $(eval $(call BuildPlugin,revocation,X509 CRL/OCSP revocation,))
502 $(eval $(call BuildPlugin,sha1,SHA1 crypto,))
503 $(eval $(call BuildPlugin,sha2,SHA2 crypto,))
504 $(eval $(call BuildPlugin,smp,SMP configuration and control interface,+PACKAGE_strongswan-mod-smp:libxml2))
505 $(eval $(call BuildPlugin,socket-default,default socket implementation for charon,))
506 $(eval $(call BuildPlugin,socket-dynamic,dynamic socket implementation for charon,))
507 $(eval $(call BuildPlugin,sql,SQL database interface,))
508 $(eval $(call BuildPlugin,sqlite,SQLite database interface,+strongswan-mod-sql +PACKAGE_strongswan-mod-sqlite:libsqlite3))
509 $(eval $(call BuildPlugin,stroke,Stroke,+strongswan-utils))
510 $(eval $(call BuildPlugin,test-vectors,crypto test vectors,))
511 $(eval $(call BuildPlugin,uci,UCI config interface,+PACKAGE_strongswan-mod-uci:libuci))
512 $(eval $(call BuildPlugin,unity,Cisco Unity extension,))
513 $(eval $(call BuildPlugin,updown,updown firewall,))
514 $(eval $(call BuildPlugin,whitelist,peer identity whitelisting,))
515 $(eval $(call BuildPlugin,x509,x509 certificate,))
516 $(eval $(call BuildPlugin,xauth-eap,EAP XAuth backend,))
517 $(eval $(call BuildPlugin,xauth-generic,generic XAuth backend,))
518 $(eval $(call BuildPlugin,xcbc,xcbc crypto,))