diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2020-08-13 20:28:35 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2020-08-13 20:28:35 +0000 |
| commit | 1e04d9ff3e2565a402e449eb59b30b826bb2894a (patch) | |
| tree | 064158af2fe9924a3d09f2311a89f110f396592b | |
| parent | 6cbadc42341b0cb4b0aa32fa96129c56138afcf7 (diff) | |
Notes
| -rw-r--r-- | secure/lib/libssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile index d97775b9afe4b..e201cfa36e315 100644 --- a/secure/lib/libssl/Makefile +++ b/secure/lib/libssl/Makefile @@ -31,7 +31,7 @@ CFLAGS+= -I${.OBJDIR:H}/libcrypto .include <bsd.lib.mk> -PICFLAG+= -DOPENSS_PIC +PICFLAG+= -DOPENSSL_PIC .PATH: ${LCRYPTO_SRC}/ssl \ ${LCRYPTO_SRC}/ssl/record \ |
