diff options
| author | jsing <> | 2023-01-20 10:04:34 +0000 |
|---|---|---|
| committer | jsing <> | 2023-01-20 10:04:34 +0000 |
| commit | 481d4dbec5e67fc8e767c554b19a84590c6c755f (patch) | |
| tree | d4d66e1d8b3eee6225c98e9a1918daf03fdc3a5d /src/lib/libcrypto/Makefile | |
| parent | bd716f74c62ddca6e911da08dea22d324719a680 (diff) | |
| download | openbsd-481d4dbec5e67fc8e767c554b19a84590c6c755f.tar.gz openbsd-481d4dbec5e67fc8e767c554b19a84590c6c755f.tar.bz2 openbsd-481d4dbec5e67fc8e767c554b19a84590c6c755f.zip | |
Provide a per machine bn_arch.h.
This will provide a location for machine specific defines, prototypes and
inline functions.
ok tb@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 220cfaa410..9f223f5977 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.91 2023/01/14 15:45:43 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.92 2023/01/20 10:04:33 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -36,6 +36,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/arch/${MACHINE_CPU} | |||
| 36 | CFLAGS+= -I${LCRYPTO_SRC}/asn1 | 36 | CFLAGS+= -I${LCRYPTO_SRC}/asn1 |
| 37 | CFLAGS+= -I${LCRYPTO_SRC}/bio | 37 | CFLAGS+= -I${LCRYPTO_SRC}/bio |
| 38 | CFLAGS+= -I${LCRYPTO_SRC}/bn | 38 | CFLAGS+= -I${LCRYPTO_SRC}/bn |
| 39 | CFLAGS+= -I${LCRYPTO_SRC}/bn/arch/${MACHINE_CPU} | ||
| 39 | CFLAGS+= -I${LCRYPTO_SRC}/bytestring | 40 | CFLAGS+= -I${LCRYPTO_SRC}/bytestring |
| 40 | CFLAGS+= -I${LCRYPTO_SRC}/curve25519 | 41 | CFLAGS+= -I${LCRYPTO_SRC}/curve25519 |
| 41 | CFLAGS+= -I${LCRYPTO_SRC}/dh | 42 | CFLAGS+= -I${LCRYPTO_SRC}/dh |
