diff options
author | 2020-12-01 07:49:03 +0000 | |
---|---|---|
committer | 2020-12-01 07:49:03 +0000 | |
commit | d222452705f1114333b3f5285169d0c53767be7e (patch) | |
tree | 3598d62f8f086736487a7f2bafdc91ce7cd018e5 | |
parent | Add an ssl_methods() unit test that currently only covers the (diff) | |
download | wireguard-openbsd-d222452705f1114333b3f5285169d0c53767be7e.tar.xz wireguard-openbsd-d222452705f1114333b3f5285169d0c53767be7e.zip |
Enable ssl_methods unit test.
-rw-r--r-- | regress/lib/libssl/unit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libssl/unit/Makefile b/regress/lib/libssl/unit/Makefile index 6b8a397c07d..4768963293b 100644 --- a/regress/lib/libssl/unit/Makefile +++ b/regress/lib/libssl/unit/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.9 2017/03/10 15:06:15 jsing Exp $ +# $OpenBSD: Makefile,v 1.10 2020/12/01 07:49:03 tb Exp $ TEST_CASES+= cipher_list +TEST_CASES+= ssl_methods TEST_CASES+= ssl_versions TEST_CASES+= tls_ext_alpn TEST_CASES+= tls_prf |