aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-01-10 13:04:15 -0500
committerMike DePaulo <mikedep333@gmail.com>2015-01-10 13:08:41 -0500
commit7e45dd4fd9998865a92ff2f9bc4e2e125da704da (patch)
treeb53c058735b7cd175736d81c21a63ea72ff623ba /openssl/crypto
parent43aa0f604179257d62aa35191f429e43c315b1c1 (diff)
downloadvcxsrv-7e45dd4fd9998865a92ff2f9bc4e2e125da704da.tar.gz
vcxsrv-7e45dd4fd9998865a92ff2f9bc4e2e125da704da.tar.bz2
vcxsrv-7e45dd4fd9998865a92ff2f9bc4e2e125da704da.zip
Fix OpenSSL build - upstream fix for #2091.15.2.2-xp+vc2013
Diffstat (limited to 'openssl/crypto')
-rw-r--r--openssl/crypto/cversion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/crypto/cversion.c b/openssl/crypto/cversion.c
index 0336adaa5..881957e89 100644
--- a/openssl/crypto/cversion.c
+++ b/openssl/crypto/cversion.c
@@ -77,7 +77,7 @@ const char *SSLeay_version(int t)
if (t == SSLEAY_CFLAGS)
{
#ifdef CFLAGS
- return(cflags);
+ return(CFLAGS);
#else
return("compiler: information not available");
#endif