diff options
author | jsing <> | 2014-05-14 14:46:35 +0000 |
---|---|---|
committer | jsing <> | 2014-05-14 14:46:35 +0000 |
commit | d80a509f5bc6ebb6406df372d83531863fa297e8 (patch) | |
tree | 2438466190276223517edaaed7b9d5a6c90b9c72 /src/regress/lib/libcrypto/Makefile | |
parent | 5dc223660bd1bba54e5ec9930856977e8a32fd40 (diff) | |
download | openbsd-d80a509f5bc6ebb6406df372d83531863fa297e8.tar.gz openbsd-d80a509f5bc6ebb6406df372d83531863fa297e8.tar.bz2 openbsd-d80a509f5bc6ebb6406df372d83531863fa297e8.zip |
Add poly1305 to libcrypto utilising Andrew Moon's public domain
implementation.
ok miod@
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 22737367a3..6cf7191cd7 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2014/05/06 20:27:17 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2014/05/14 14:46:35 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aeswrap \ | 4 | aeswrap \ |
@@ -23,6 +23,7 @@ SUBDIR= \ | |||
23 | md4 \ | 23 | md4 \ |
24 | md5 \ | 24 | md5 \ |
25 | mdc2 \ | 25 | mdc2 \ |
26 | poly1305 \ | ||
26 | pqueue \ | 27 | pqueue \ |
27 | rand \ | 28 | rand \ |
28 | rc2 \ | 29 | rc2 \ |