diff options
| author | tb <> | 2022-01-07 09:55:32 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-07 09:55:32 +0000 |
| commit | 443c3d5c755f7f540390fcf1a11c8a443b2553cc (patch) | |
| tree | 9afc0fd9f58b3648023e49cee129daba751aee74 /src/lib/libcrypto/Makefile | |
| parent | e355318d027a0f704ff216613a362a7e02c68037 (diff) | |
| download | openbsd-443c3d5c755f7f540390fcf1a11c8a443b2553cc.tar.gz openbsd-443c3d5c755f7f540390fcf1a11c8a443b2553cc.tar.bz2 openbsd-443c3d5c755f7f540390fcf1a11c8a443b2553cc.zip | |
Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h
where it will be needed in the upcoming bump.
discussed with jsing
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 7e7fff3175..0e833733e1 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.67 2022/01/07 09:45:52 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.68 2022/01/07 09:55:31 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -41,6 +41,7 @@ CFLAGS+= -I${LCRYPTO_SRC}/evp | |||
| 41 | CFLAGS+= -I${LCRYPTO_SRC}/hmac | 41 | CFLAGS+= -I${LCRYPTO_SRC}/hmac |
| 42 | CFLAGS+= -I${LCRYPTO_SRC}/modes | 42 | CFLAGS+= -I${LCRYPTO_SRC}/modes |
| 43 | CFLAGS+= -I${LCRYPTO_SRC}/ocsp | 43 | CFLAGS+= -I${LCRYPTO_SRC}/ocsp |
| 44 | CFLAGS+= -I${LCRYPTO_SRC}/rsa | ||
| 44 | CFLAGS+= -I${LCRYPTO_SRC}/x509 | 45 | CFLAGS+= -I${LCRYPTO_SRC}/x509 |
| 45 | 46 | ||
| 46 | VERSION_SCRIPT= Symbols.map | 47 | VERSION_SCRIPT= Symbols.map |
