mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 13:32:23 +01:00
Include new certificates in distribution. Casting changes for clang. Extra error code - recognize in test.
13 lines
296 B
Plaintext
13 lines
296 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
|
|
|