diff options
author | tb <> | 2022-12-01 23:03:40 +0000 |
---|---|---|
committer | tb <> | 2022-12-01 23:03:40 +0000 |
commit | 37d11dcb75b993acde21106d7b7d11b4b2465b07 (patch) | |
tree | 55a05888cdc9b8305c1339fbdfade6945836f38c /src/regress/lib | |
parent | 6bf12948ee1e9a617d73435b5321aef567b5448d (diff) | |
download | openbsd-37d11dcb75b993acde21106d7b7d11b4b2465b07.tar.gz openbsd-37d11dcb75b993acde21106d7b7d11b4b2465b07.tar.bz2 openbsd-37d11dcb75b993acde21106d7b7d11b4b2465b07.zip |
Unhook exp
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index d8cfdfc015..99c380fecd 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.49 2022/11/07 17:42:08 joshua Exp $ | 1 | # $OpenBSD: Makefile,v 1.50 2022/12/01 23:03:40 tb Exp $ |
2 | 2 | ||
3 | SUBDIR += aead | 3 | SUBDIR += aead |
4 | SUBDIR += aes | 4 | SUBDIR += aes |
@@ -24,7 +24,6 @@ SUBDIR += ecdh | |||
24 | SUBDIR += ecdsa | 24 | SUBDIR += ecdsa |
25 | SUBDIR += engine | 25 | SUBDIR += engine |
26 | SUBDIR += evp | 26 | SUBDIR += evp |
27 | SUBDIR += exp | ||
28 | SUBDIR += free | 27 | SUBDIR += free |
29 | SUBDIR += gcm128 | 28 | SUBDIR += gcm128 |
30 | SUBDIR += gost | 29 | SUBDIR += gost |