distcheck fixes
This commit is contained in:
parent
51bfd4921a
commit
abd0688b18
@ -197,8 +197,6 @@ mont_SOURCES = mont.c
|
|||||||
TESTS += optionstest
|
TESTS += optionstest
|
||||||
check_PROGRAMS += optionstest
|
check_PROGRAMS += optionstest
|
||||||
optionstest_SOURCES = optionstest.c
|
optionstest_SOURCES = optionstest.c
|
||||||
optionstest_SOURCES += $(top_srcdir)/apps/apps.c
|
|
||||||
optionstest_SOURCES += $(top_srcdir)/apps/strtonum.c
|
|
||||||
|
|
||||||
# pbkdf2
|
# pbkdf2
|
||||||
TESTS += pbkdf2
|
TESTS += pbkdf2
|
||||||
@ -281,6 +279,7 @@ EXTRA_DIST += testssl ca.pem server.pem
|
|||||||
# testdsa
|
# testdsa
|
||||||
TESTS += testdsa.sh
|
TESTS += testdsa.sh
|
||||||
EXTRA_DIST += testdsa.sh
|
EXTRA_DIST += testdsa.sh
|
||||||
|
EXTRA_DIST += openssl.cnf
|
||||||
|
|
||||||
# testenc
|
# testenc
|
||||||
TESTS += testenc.sh
|
TESTS += testenc.sh
|
||||||
|
@ -23,6 +23,8 @@
|
|||||||
#include <openssl/conf.h>
|
#include <openssl/conf.h>
|
||||||
|
|
||||||
#include <apps.h>
|
#include <apps.h>
|
||||||
|
#include <apps.c>
|
||||||
|
#include <strtonum.c>
|
||||||
|
|
||||||
/* Needed to keep apps.c happy... */
|
/* Needed to keep apps.c happy... */
|
||||||
BIO *bio_err;
|
BIO *bio_err;
|
||||||
|
@ -30,6 +30,6 @@ if [ $? != 0 ]; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm testdsa.key
|
rm testdsa.key dsa512.pem testdsa.pem
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -30,4 +30,6 @@ if [ $? != 0 ]; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rm -f rsacert.pem rsakey.pem
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user