build: Add symlinks for ell PKCS8 unit test keys

ELL's unit test private keys are also used by iwd's unit tests.
This commit is contained in:
Mat Martineau 2016-08-09 15:32:58 -07:00 committed by Denis Kenzior
parent 60a9638f51
commit b655475385
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ unit_tests = unit/test-cmac-aes \
unit/test-ie unit/test-ssid-to-utf8 unit/test-ssid-security \
unit/test-arc4 unit/test-wsc
ell_pem_files = cert-ca-key.pem cert-client-key.pem \
cert-server-key.pem \
ell_pem_files = cert-ca-key.pem cert-client-key.pem cert-client-key-pkcs8.pem \
cert-server-key.pem cert-server-key-pkcs8.pem \
cert-ca.pem cert-client.pem cert-server.pem
if MAINTAINER_MODE