diff options
| author | tb <> | 2022-06-02 11:48:36 +0000 |
|---|---|---|
| committer | tb <> | 2022-06-02 11:48:36 +0000 |
| commit | de9867de0b7aa903804bde135611359139ae2b93 (patch) | |
| tree | 71c7de9bffe6b55a91b47e70d5f64edee0961ba9 /src | |
| parent | 40cea9c224dfe53bee31facb655f7ac9473c5148 (diff) | |
| download | openbsd-de9867de0b7aa903804bde135611359139ae2b93.tar.gz openbsd-de9867de0b7aa903804bde135611359139ae2b93.tar.bz2 openbsd-de9867de0b7aa903804bde135611359139ae2b93.zip | |
Only constraints and verify need static linking in here.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/x509/Makefile | 10 | ||||
| -rw-r--r-- | src/regress/lib/libcrypto/x509/rfc3779/Makefile | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile index 9981858eb7..1c87ca87fa 100644 --- a/src/regress/lib/libcrypto/x509/Makefile +++ b/src/regress/lib/libcrypto/x509/Makefile | |||
| @@ -1,8 +1,12 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.10 2021/12/24 03:01:23 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.11 2022/06/02 11:48:36 tb Exp $ |
| 2 | 2 | ||
| 3 | PROGS = constraints verify x509attribute x509name x509req_ext callback | 3 | PROGS = constraints verify x509attribute x509name x509req_ext callback |
| 4 | LDADD= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic | 4 | LDADD = -lcrypto |
| 5 | DPADD= ${LIBCRYPTO} | 5 | DPADD = ${LIBCRYPTO} |
| 6 | |||
| 7 | LDADD_constraints = ${CRYPTO_INT} | ||
| 8 | LDADD_verify = ${CRYPTO_INT} | ||
| 9 | |||
| 6 | WARNINGS= Yes | 10 | WARNINGS= Yes |
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 | 11 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Werror -I$(BSDSRCDIR)/lib/libcrypto/x509 |
| 8 | 12 | ||
diff --git a/src/regress/lib/libcrypto/x509/rfc3779/Makefile b/src/regress/lib/libcrypto/x509/rfc3779/Makefile index b876f626d4..b0fc4dc683 100644 --- a/src/regress/lib/libcrypto/x509/rfc3779/Makefile +++ b/src/regress/lib/libcrypto/x509/rfc3779/Makefile | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.5 2022/01/07 17:17:02 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2022/06/02 11:48:36 tb Exp $ |
| 2 | 2 | ||
| 3 | .include "../../Makefile.inc" | 3 | .include "../../Makefile.inc" |
| 4 | 4 | ||
| 5 | PROG= rfc3779 | 5 | PROG= rfc3779 |
| 6 | LDADD= ${CRYPTO_INT} | 6 | LDADD= -lcrypto |
| 7 | DPADD= ${LIBCRYPTO} | 7 | DPADD= ${LIBCRYPTO} |
| 8 | WARNINGS= Yes | 8 | WARNINGS= Yes |
| 9 | CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror | 9 | CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL -Werror |
