Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-08-13 23:28:35 +0300
committerJohn Baldwin <jhb@FreeBSD.org>2020-08-13 23:28:35 +0300
commit1e04d9ff3e2565a402e449eb59b30b826bb2894a (patch)
tree064158af2fe9924a3d09f2311a89f110f396592b /secure
parent6cbadc42341b0cb4b0aa32fa96129c56138afcf7 (diff)
Fix a typo in the cpp macro defined for PIC.
In practice this isn't used in OpenSSL outside of some sparc-specific code. Reviewed by: delphij Differential Revision: https://reviews.freebsd.org/D26058
Notes
Notes: svn path=/head/; revision=364218
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libssl/Makefile b/secure/lib/libssl/Makefile
index d97775b9afe4..e201cfa36e31 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 \