diff options
| author | tb <> | 2023-04-28 16:21:57 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-28 16:21:57 +0000 |
| commit | b0c9c11efe0cef47fc3984adcd26a3ac1e60dca4 (patch) | |
| tree | ab7bf11dbba9e8b630f9ced2d33ff8be0eb6049a /src/lib/libcrypto/Makefile | |
| parent | a0c33baaf98034d89850018ab48c10b2b6e68575 (diff) | |
| download | openbsd-b0c9c11efe0cef47fc3984adcd26a3ac1e60dca4.tar.gz openbsd-b0c9c11efe0cef47fc3984adcd26a3ac1e60dca4.tar.bz2 openbsd-b0c9c11efe0cef47fc3984adcd26a3ac1e60dca4.zip | |
Take the old policy code behind the barn
It can go play in the fields with all the other exponential time policy
"code".
discussed with jsing
ok & commit message beck
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 7532e32210..110ec3fb97 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.123 2023/04/28 16:14:46 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.124 2023/04/28 16:21:57 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -653,12 +653,6 @@ SRCS+= wp_dgst.c | |||
| 653 | SRCS+= by_dir.c | 653 | SRCS+= by_dir.c |
| 654 | SRCS+= by_file.c | 654 | SRCS+= by_file.c |
| 655 | SRCS+= by_mem.c | 655 | SRCS+= by_mem.c |
| 656 | SRCS+= pcy_cache.c | ||
| 657 | SRCS+= pcy_data.c | ||
| 658 | SRCS+= pcy_lib.c | ||
| 659 | SRCS+= pcy_map.c | ||
| 660 | SRCS+= pcy_node.c | ||
| 661 | SRCS+= pcy_tree.c | ||
| 662 | SRCS+= x509_addr.c | 656 | SRCS+= x509_addr.c |
| 663 | SRCS+= x509_akey.c | 657 | SRCS+= x509_akey.c |
| 664 | SRCS+= x509_akeya.c | 658 | SRCS+= x509_akeya.c |
