summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/test/recipes/30-test_evp.t
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/test/recipes/30-test_evp.t')
-rw-r--r--deps/openssl/openssl/test/recipes/30-test_evp.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/openssl/openssl/test/recipes/30-test_evp.t b/deps/openssl/openssl/test/recipes/30-test_evp.t
index da0eadad25..2385105b8b 100644
--- a/deps/openssl/openssl/test/recipes/30-test_evp.t
+++ b/deps/openssl/openssl/test/recipes/30-test_evp.t
@@ -1,5 +1,5 @@
#! /usr/bin/env perl
-# Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-2019 The OpenSSL Project Authors. All Rights Reserved.
#
# Licensed under the OpenSSL license (the "License"). You may not use
# this file except in compliance with the License. You can obtain a copy
@@ -16,7 +16,7 @@ setup("test_evp");
my @files = ( "evpciph.txt", "evpdigest.txt", "evpencod.txt", "evpkdf.txt",
"evpmac.txt", "evppbe.txt", "evppkey.txt", "evppkey_ecc.txt",
- "evpcase.txt" );
+ "evpcase.txt", "evpccmcavs.txt" );
plan tests => scalar(@files);