diff options
author | jsing <> | 2016-11-05 15:09:02 +0000 |
---|---|---|
committer | jsing <> | 2016-11-05 15:09:02 +0000 |
commit | e48d894dfa7188c6a08be7d172039bdcbfa8d471 (patch) | |
tree | ae14aeaa60fc1955d4617f18871cc5181e874eee /src/regress/lib/libcrypto/Makefile | |
parent | 295aa404cc84d16f9fe523312a77bab3379562a4 (diff) | |
download | openbsd-e48d894dfa7188c6a08be7d172039bdcbfa8d471.tar.gz openbsd-e48d894dfa7188c6a08be7d172039bdcbfa8d471.tar.bz2 openbsd-e48d894dfa7188c6a08be7d172039bdcbfa8d471.zip |
Add regress for X25519, converted from BoringSSL.
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 dc11c60e92..595d1094da 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.24 2016/11/04 19:45:12 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.25 2016/11/05 15:09:02 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aead \ | 4 | aead \ |
@@ -11,6 +11,7 @@ SUBDIR= \ | |||
11 | cast \ | 11 | cast \ |
12 | chacha \ | 12 | chacha \ |
13 | cts128 \ | 13 | cts128 \ |
14 | curve25519 \ | ||
14 | des \ | 15 | des \ |
15 | dh \ | 16 | dh \ |
16 | dsa \ | 17 | dsa \ |