diff options
author | jsing <> | 2020-07-14 18:33:34 +0000 |
---|---|---|
committer | jsing <> | 2020-07-14 18:33:34 +0000 |
commit | 190316e2afd31e6005940c70d981e0b5b40f61d6 (patch) | |
tree | e182467edaa4ac04c520c3d95676f642f4400eb2 | |
parent | c8b770aa292e8970abfef18c490e9f6c4bec5db0 (diff) | |
download | openbsd-190316e2afd31e6005940c70d981e0b5b40f61d6.tar.gz openbsd-190316e2afd31e6005940c70d981e0b5b40f61d6.tar.bz2 openbsd-190316e2afd31e6005940c70d981e0b5b40f61d6.zip |
Enter the certs regress directory.
-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 2b4925cf7c..a5b4cc3855 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.37 2019/11/02 15:39:44 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.38 2020/07/14 18:33:34 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
@@ -8,6 +8,7 @@ SUBDIR += bf | |||
8 | SUBDIR += bio | 8 | SUBDIR += bio |
9 | SUBDIR += bn | 9 | SUBDIR += bn |
10 | SUBDIR += cast | 10 | SUBDIR += cast |
11 | SUBDIR += certs | ||
11 | SUBDIR += chacha | 12 | SUBDIR += chacha |
12 | SUBDIR += cms | 13 | SUBDIR += cms |
13 | SUBDIR += cts128 | 14 | SUBDIR += cts128 |