diff options
author | tb <> | 2024-04-25 16:14:00 +0000 |
---|---|---|
committer | tb <> | 2024-04-25 16:14:00 +0000 |
commit | 77aa3746ee4628931114c01379f6e5679ee994ef (patch) | |
tree | 901d23ee7d2c7600928d1400fa4215bc2c7de6b3 /src/lib/libcrypto/Makefile | |
parent | c8f4b15f88b5685979d38ab3878846bbf39d57ff (diff) | |
download | openbsd-77aa3746ee4628931114c01379f6e5679ee994ef.tar.gz openbsd-77aa3746ee4628931114c01379f6e5679ee994ef.tar.bz2 openbsd-77aa3746ee4628931114c01379f6e5679ee994ef.zip |
Take pem2.h behind the barn
/*
* This header only exists to break a circular dependency between pem and err
* Ben 30 Jan 1999.
*/
25 years of uselessness is about a quarter century more than enough.
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 1e295d17ec..39997b0886 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.193 2024/04/15 15:55:01 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.194 2024/04/25 16:14:00 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -707,7 +707,6 @@ HDRS=\ | |||
707 | ${LCRYPTO_SRC}/opensslv.h \ | 707 | ${LCRYPTO_SRC}/opensslv.h \ |
708 | ${LCRYPTO_SRC}/ossl_typ.h \ | 708 | ${LCRYPTO_SRC}/ossl_typ.h \ |
709 | ${LCRYPTO_SRC}/pem/pem.h \ | 709 | ${LCRYPTO_SRC}/pem/pem.h \ |
710 | ${LCRYPTO_SRC}/pem/pem2.h \ | ||
711 | ${LCRYPTO_SRC}/pkcs12/pkcs12.h \ | 710 | ${LCRYPTO_SRC}/pkcs12/pkcs12.h \ |
712 | ${LCRYPTO_SRC}/pkcs7/pkcs7.h \ | 711 | ${LCRYPTO_SRC}/pkcs7/pkcs7.h \ |
713 | ${LCRYPTO_SRC}/poly1305/poly1305.h \ | 712 | ${LCRYPTO_SRC}/poly1305/poly1305.h \ |