Skip to content

Commit 6cbc8c5

Browse files
author
tb
committed
Move opensslconf.h to a machine-independent place
After drilling through many layers of fossilized turds from a long-forgotten millenium, jsing and I finally found oil^Wa machine-independent version of opensslconf.h. Remove the no longer needed versions in arch/*/ and move one copy to the top level. Add an RCS tag and place the remaining garbage in the public domain. ok jsing
1 parent 8d69d0f commit 6cbc8c5

File tree

14 files changed

+7
-158
lines changed

14 files changed

+7
-158
lines changed

src/lib/libcrypto/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $OpenBSD: Makefile,v 1.242 2025/08/14 15:48:48 beck Exp $
1+
# $OpenBSD: Makefile,v 1.243 2025/08/25 16:48:01 tb Exp $
22

33
LIB= crypto
44
LIBREBUILD=y
@@ -674,6 +674,7 @@ HDRS=\
674674
${LCRYPTO_SRC}/modes/modes.h \
675675
${LCRYPTO_SRC}/objects/objects.h \
676676
${LCRYPTO_SRC}/ocsp/ocsp.h \
677+
${LCRYPTO_SRC}/opensslconf.h \
677678
${LCRYPTO_SRC}/opensslfeatures.h \
678679
${LCRYPTO_SRC}/opensslv.h \
679680
${LCRYPTO_SRC}/ossl_typ.h \
@@ -699,7 +700,6 @@ HDRS=\
699700
${LCRYPTO_SRC}/x509/x509v3.h
700701

701702
HDRS_GEN=\
702-
${.CURDIR}/arch/${MACHINE_CPU}/opensslconf.h \
703703
${.OBJDIR}/obj_mac.h
704704

705705
prereq: obj_mac.h

src/lib/libcrypto/arch/alpha/opensslconf.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/lib/libcrypto/arch/amd64/opensslconf.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/lib/libcrypto/arch/arm/opensslconf.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/lib/libcrypto/arch/hppa/opensslconf.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/lib/libcrypto/arch/i386/opensslconf.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/lib/libcrypto/arch/m88k/opensslconf.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/lib/libcrypto/arch/mips64/opensslconf.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/lib/libcrypto/arch/powerpc/opensslconf.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/lib/libcrypto/arch/powerpc64/opensslconf.h

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)