From: Richard Levitte Date: Wed, 10 Feb 2016 18:09:05 +0000 (+0100) Subject: Quote the CFLAG in Unixly Makefiles, for buildinf.h X-Git-Tag: OpenSSL_1_1_0-pre3~118 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=076e596ffb75e69c9f1aad5e06cabdd37595d695;hp=076e596ffb75e69c9f1aad5e06cabdd37595d695 Quote the CFLAG in Unixly Makefiles, for buildinf.h Because the command line definitions of OPENSSLDIR and ENGINESDIR contain quotes, we need a variant of CFLAG where backslashes and quotes are escaped when we produce buildinf.h Reviewed-by: Rich Salz ---