mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 19:22:23 +01:00
14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
#
|
|
|
|
EXTRA_DIST += \
|
|
certs/test/cert-ext-ia.cfg \
|
|
certs/test/cert-ext-ia.der \
|
|
certs/test/cert-ext-nc.cfg \
|
|
certs/test/cert-ext-nc.der \
|
|
certs/test/cert-ext-ns.der \
|
|
certs/test/gen-ext-certs.sh \
|
|
certs/test/server-duplicate-policy.pem
|
|
|