diff options
author | miod <> | 2014-11-18 21:52:43 +0000 |
---|---|---|
committer | miod <> | 2014-11-18 21:52:43 +0000 |
commit | 52e66c8c15f94968e91eb8d6a33711acadf20954 (patch) | |
tree | 855730155a23b06e2d6f9fecaa2eebcdf856712f /src/regress/lib/libcrypto/Makefile | |
parent | 0f8384ef9d059bd66f02a757d30507c4017bfbde (diff) | |
download | openbsd-52e66c8c15f94968e91eb8d6a33711acadf20954.tar.gz openbsd-52e66c8c15f94968e91eb8d6a33711acadf20954.tar.bz2 openbsd-52e66c8c15f94968e91eb8d6a33711acadf20954.zip |
GOST regression tests; from Dmitry Eremin-Solenikov
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 21530a8b7b..3836a55d98 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.16 2014/07/11 20:37:59 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.17 2014/11/18 21:52:43 miod Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -20,6 +20,7 @@ SUBDIR= \ | |||
20 | evp \ | 20 | evp \ |
21 | exp \ | 21 | exp \ |
22 | gcm128 \ | 22 | gcm128 \ |
23 | gost \ | ||
23 | hmac \ | 24 | hmac \ |
24 | idea \ | 25 | idea \ |
25 | ige \ | 26 | ige \ |