From 1e04d9ff3e2565a402e449eb59b30b826bb2894a Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 13 Aug 2020 20:28:35 +0000 Subject: 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 --- secure/lib/libssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -PICFLAG+= -DOPENSS_PIC +PICFLAG+= -DOPENSSL_PIC .PATH: ${LCRYPTO_SRC}/ssl \ ${LCRYPTO_SRC}/ssl/record \ -- cgit v1.2.3