diff options
author | joshua <> | 2022-11-07 17:42:08 +0000 |
---|---|---|
committer | joshua <> | 2022-11-07 17:42:08 +0000 |
commit | 084098ac56238548812e7abbe84e634eed09b087 (patch) | |
tree | 538797e8317fc9aa021e09ee6a920d24daf32dfd /src | |
parent | 73c86bb3f8e4daf41144052df8226a8cfcc72dfd (diff) | |
download | openbsd-084098ac56238548812e7abbe84e634eed09b087.tar.gz openbsd-084098ac56238548812e7abbe84e634eed09b087.tar.bz2 openbsd-084098ac56238548812e7abbe84e634eed09b087.zip |
Link aes/ to regress
Diffstat (limited to 'src')
-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 bda6d5f660..d8cfdfc015 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,6 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.48 2022/09/02 13:45:18 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.49 2022/11/07 17:42:08 joshua Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | ||
4 | SUBDIR += aeswrap | 5 | SUBDIR += aeswrap |
5 | SUBDIR += asn1 | 6 | SUBDIR += asn1 |
6 | SUBDIR += base64 | 7 | SUBDIR += base64 |