diff options
author | 2019-11-02 15:39:44 +0000 | |
---|---|---|
committer | 2019-11-02 15:39:44 +0000 | |
commit | 51b77a36936043e92fd718d1b3d72af6e93e6137 (patch) | |
tree | 4b48064fd95db95c85c81c92bae6811c252e0596 | |
parent | Include cms.h. (diff) | |
download | wireguard-openbsd-51b77a36936043e92fd718d1b3d72af6e93e6137.tar.xz wireguard-openbsd-51b77a36936043e92fd718d1b3d72af6e93e6137.zip |
Hook cms regress.
-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 e9dacd4067f..2b4925cf7c9 100644 --- a/regress/lib/libcrypto/Makefile +++ b/regress/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2019/03/17 17:49:12 tb Exp $ +# $OpenBSD: Makefile,v 1.37 2019/11/02 15:39:44 jsing Exp $ SUBDIR += aead SUBDIR += aeswrap @@ -9,6 +9,7 @@ SUBDIR += bio SUBDIR += bn SUBDIR += cast SUBDIR += chacha +SUBDIR += cms SUBDIR += cts128 SUBDIR += curve25519 SUBDIR += des |