diff options
author | 2020-07-14 18:33:34 +0000 | |
---|---|---|
committer | 2020-07-14 18:33:34 +0000 | |
commit | 2520d0214d14bab0c64f8f2377ba4b78f870dfc5 (patch) | |
tree | 632d1d608d176aa361b74b1e0285a50922a3a7ef | |
parent | Add regress for X509_verify() using the new bundles. (diff) | |
download | wireguard-openbsd-2520d0214d14bab0c64f8f2377ba4b78f870dfc5.tar.xz wireguard-openbsd-2520d0214d14bab0c64f8f2377ba4b78f870dfc5.zip |
Enter the certs regress directory.
-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 |