aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-05-14 15:55:59 +0200
committerRichard Levitte <levitte@openssl.org>2015-05-14 15:55:59 +0200
commit7a05eaac5e15e327b7c51258bf892c8ae5b1d956 (patch)
tree75c9c662d98d915a961b2e7ef6c21e45033aa9b9 /util
parentc40dba984a626fb622bb4264bd8e297236bbfd2b (diff)
downloadopenssl-7a05eaac5e15e327b7c51258bf892c8ae5b1d956.tar.gz
Adjust unixly mk1mf after introduction of tkey
Added depencies on the public variants of some keys in test to Makefile. Added the newly introduced key files from test/ in the list of files to copy in util/pl/unix.pl. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rw-r--r--util/pl/unix.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/pl/unix.pl b/util/pl/unix.pl
index 652e7ee763..40bbe0d842 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -393,6 +393,7 @@ sub get_tests
'treq',
'tpkcs7',
'tpkcs7d',
+ 'tkey',
'testcrl.pem',
'testx509.pem',
'v3-cert1.pem',
@@ -401,7 +402,12 @@ sub get_tests
'testp7.pem',
'pkcs7-1.pem',
'trsa',
+ 'testdsa.pem',
+ 'testdsapub.pem',
+ 'testec-p256.pem',
+ 'testecpub-p256.pem',
'testrsa.pem',
+ 'testrsapub.pem',
'testsid.pem',
'testss',
'testssl',