diff options
| author | tb <> | 2025-07-23 07:43:14 +0000 |
|---|---|---|
| committer | tb <> | 2025-07-23 07:43:14 +0000 |
| commit | a11587d17c57c23db31adbf3ad5843859aad928f (patch) | |
| tree | b13a00f5f88b9cc674f640223fd3874d7201ac3b /src/regress | |
| parent | 5de9c4261fdca291c0ca6e58a5f97f357c1bf696 (diff) | |
| download | openbsd-a11587d17c57c23db31adbf3ad5843859aad928f.tar.gz openbsd-a11587d17c57c23db31adbf3ad5843859aad928f.tar.bz2 openbsd-a11587d17c57c23db31adbf3ad5843859aad928f.zip | |
regress/libcrypto/ec: switch to openssl35
Diffstat (limited to 'src/regress')
| -rw-r--r-- | src/regress/lib/libcrypto/ec/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/ec/Makefile b/src/regress/lib/libcrypto/ec/Makefile index b21eacb4bc..3595a88608 100644 --- a/src/regress/lib/libcrypto/ec/Makefile +++ b/src/regress/lib/libcrypto/ec/Makefile | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.11 2025/03/08 20:09:35 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.12 2025/07/23 07:43:14 tb Exp $ |
| 2 | 2 | ||
| 3 | .ifdef EOPENSSL33 | 3 | .ifdef EOPENSSL35 |
| 4 | LDADD += -Wl,-rpath,/usr/local/lib/eopenssl33 -L/usr/local/lib/eopenssl33 | 4 | LDADD += -Wl,-rpath,/usr/local/lib/eopenssl35 -L/usr/local/lib/eopenssl35 |
| 5 | CFLAGS += -I/usr/local/include/eopenssl33/ | 5 | CFLAGS += -I/usr/local/include/eopenssl35/ |
| 6 | CFLAGS += -DOPENSSL_SUPPRESS_DEPRECATED | 6 | CFLAGS += -DOPENSSL_SUPPRESS_DEPRECATED |
| 7 | .endif | 7 | .endif |
| 8 | 8 | ||
