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
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user