diff options
| author | jsing <> | 2021-12-05 13:01:08 +0000 |
|---|---|---|
| committer | jsing <> | 2021-12-05 13:01:08 +0000 |
| commit | e10c7420e88fda87d03688ffc20e3208ea5bc9db (patch) | |
| tree | 342cd4115f3f974cb419d1dd123846219ade19de /src/regress/lib/libcrypto/Makefile | |
| parent | 697a41c3309703f7933eb0f6bc702c4002ac3129 (diff) | |
| download | openbsd-e10c7420e88fda87d03688ffc20e3208ea5bc9db.tar.gz openbsd-e10c7420e88fda87d03688ffc20e3208ea5bc9db.tar.bz2 openbsd-e10c7420e88fda87d03688ffc20e3208ea5bc9db.zip | |
Add initial regress for CT.
This provides test coverage for SCT encoding/decoding.
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 6f7b024c47..1c346f6e3b 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.41 2020/12/26 00:48:56 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.42 2021/12/05 13:01:08 jsing Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR += aead | 3 | SUBDIR += aead |
| 4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
| @@ -12,6 +12,7 @@ SUBDIR += cast | |||
| 12 | SUBDIR += certs | 12 | SUBDIR += certs |
| 13 | SUBDIR += chacha | 13 | SUBDIR += chacha |
| 14 | SUBDIR += cms | 14 | SUBDIR += cms |
| 15 | SUBDIR += ct | ||
| 15 | SUBDIR += cts128 | 16 | SUBDIR += cts128 |
| 16 | SUBDIR += curve25519 | 17 | SUBDIR += curve25519 |
| 17 | SUBDIR += des | 18 | SUBDIR += des |
