diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2020-07-14 18:33:35 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2020-07-14 18:33:35 +0000 |
commit | 23fed3af2bb7180158d49a7a20aa533cb4f19da3 (patch) | |
tree | ee987012ce5834d5449a344559e507a9c2262d40 /regress/lib | |
parent | 8be30c46593f433306623ec79bcdcaf0071ab4d9 (diff) |
Enter the certs regress directory.
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/Makefile b/regress/lib/libcrypto/Makefile index 2b4925cf7c9..a5b4cc38555 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2019/11/02 15:39:44 jsing Exp $ +# $OpenBSD: Makefile,v 1.38 2020/07/14 18:33:34 jsing Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -8,6 +8,7 @@ SUBDIR += bf SUBDIR += bio SUBDIR += bn SUBDIR += cast +SUBDIR += certs SUBDIR += chacha SUBDIR += cms SUBDIR += cts128 |