aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGleb Fotengauer-Malinovskiy <glebfm@altlinux.org>2018-07-23 21:00:00 +0300
committerVitaly Chikunov <vt@altlinux.org>2018-07-25 11:00:00 +0300
commit300c5372b29a3752256af69ee8f642970186b099 (patch)
treef5e71290428f35cc442256ebc09bba7aac9e4a6c /test
parenta53589ac2f9dffe4ef3c7f92d11d1d1a04cf0c49 (diff)
downloadgost-engine-300c5372b29a3752256af69ee8f642970186b099.zip
gost-engine-300c5372b29a3752256af69ee8f642970186b099.tar.gz
gost-engine-300c5372b29a3752256af69ee8f642970186b099.tar.bz2
Fix perl tests and library name
Diffstat (limited to 'test')
-rw-r--r--test/00-engine.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/00-engine.t b/test/00-engine.t
index 9104ab0..adc78b5 100644
--- a/test/00-engine.t
+++ b/test/00-engine.t
@@ -40,7 +40,7 @@ if ( -f $engine . ".info") {
$engine_info= <<EOINF;
(gost) Reference implementation of GOST engine
- [gost89, gost89-cnt, gost89-cnt-12, gost89-cbc, grasshopper-ecb, grasshopper-cbc, grasshopper-cfb, grasshopper-ofb, grasshopper-ctr, md_gost94, gost-mac, md_gost12_256, md_gost12_512, gost-mac-12, gost2001, gost-mac, gost2012_256, gost2012_512, gost-mac-12]
+ [gost89, gost89-cnt, gost89-cnt-12, gost89-cbc, grasshopper-ecb, grasshopper-cbc, grasshopper-cfb, grasshopper-ofb, grasshopper-ctr, magma-cbc, magma-ctr, md_gost94, gost-mac, md_gost12_256, md_gost12_512, gost-mac-12, magma-mac, grasshopper-mac, gost2001, gost-mac, gost2012_256, gost2012_512, gost-mac-12, magma-mac, grasshopper-mac]
EOINF
}