diff options
author | joshua <> | 2022-11-07 17:42:08 +0000 |
---|---|---|
committer | joshua <> | 2022-11-07 17:42:08 +0000 |
commit | 964a263d93f25ed38a4d651ea8da6c352a061a3e (patch) | |
tree | 538797e8317fc9aa021e09ee6a920d24daf32dfd /src | |
parent | 2113914a414168e4fd8a1801281dd15daeab0f54 (diff) | |
download | openbsd-964a263d93f25ed38a4d651ea8da6c352a061a3e.tar.gz openbsd-964a263d93f25ed38a4d651ea8da6c352a061a3e.tar.bz2 openbsd-964a263d93f25ed38a4d651ea8da6c352a061a3e.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 |