diff options
| author | jsing <> | 2022-02-11 16:34:23 +0000 |
|---|---|---|
| committer | jsing <> | 2022-02-11 16:34:23 +0000 |
| commit | 027a6370238b481d225c2cd67cc22902b173fb6b (patch) | |
| tree | 26e0ace65f3a6eede96171c7976ed0f94d2cb252 /src/regress/lib/libcrypto/Makefile | |
| parent | ca62dc6a33b4a0aa2b1111a34a46bc06c1b825d0 (diff) | |
| download | openbsd-027a6370238b481d225c2cd67cc22902b173fb6b.tar.gz openbsd-027a6370238b481d225c2cd67cc22902b173fb6b.tar.bz2 openbsd-027a6370238b481d225c2cd67cc22902b173fb6b.zip | |
Add initial regress for objects.
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 1c346f6e3b..f29e594535 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.42 2021/12/05 13:01:08 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.43 2022/02/11 16:34:23 jsing Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR += aead | 3 | SUBDIR += aead |
| 4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
| @@ -34,6 +34,7 @@ SUBDIR += ige | |||
| 34 | SUBDIR += init | 34 | SUBDIR += init |
| 35 | SUBDIR += md4 | 35 | SUBDIR += md4 |
| 36 | SUBDIR += md5 | 36 | SUBDIR += md5 |
| 37 | SUBDIR += objects | ||
| 37 | SUBDIR += pbkdf2 | 38 | SUBDIR += pbkdf2 |
| 38 | SUBDIR += pem | 39 | SUBDIR += pem |
| 39 | SUBDIR += pkcs7 | 40 | SUBDIR += pkcs7 |
