diff options
author | jsing <> | 2014-05-01 13:15:22 +0000 |
---|---|---|
committer | jsing <> | 2014-05-01 13:15:22 +0000 |
commit | 01bc5de569d5ec2e77fcaec43eae5ce76f9c3800 (patch) | |
tree | 84ee4c644a7257b0b1e244eb263e26464f79887b /src/regress/lib/libcrypto/Makefile | |
parent | a4b876b424f6cd1cc57b8a19f1d0a213cf99013c (diff) | |
download | openbsd-01bc5de569d5ec2e77fcaec43eae5ce76f9c3800.tar.gz openbsd-01bc5de569d5ec2e77fcaec43eae5ce76f9c3800.tar.bz2 openbsd-01bc5de569d5ec2e77fcaec43eae5ce76f9c3800.zip |
Add ChaCha to libcrypto, based on djb's public domain implementation.
ok deraadt@
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 df9e45f96a..436fb12598 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2014/04/22 21:27:13 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2014/05/01 13:15:22 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aeswrap \ | 4 | aeswrap \ |
5 | bf \ | 5 | bf \ |
6 | bn \ | 6 | bn \ |
7 | cast \ | 7 | cast \ |
8 | chacha \ | ||
8 | des \ | 9 | des \ |
9 | dh \ | 10 | dh \ |
10 | dsa \ | 11 | dsa \ |