diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-01-10 13:04:15 -0500 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-02-28 07:16:51 -0500 |
commit | 1997985988ff5997a1ba3a3afa24e592a0a242f5 (patch) | |
tree | ecf30c2db86713aa6e3aa76d7cf1941d02f9ddbc /openssl/crypto | |
parent | 29d3851ef58419274f5f80a050d22b14319eff74 (diff) | |
download | vcxsrv-1997985988ff5997a1ba3a3afa24e592a0a242f5.tar.gz vcxsrv-1997985988ff5997a1ba3a3afa24e592a0a242f5.tar.bz2 vcxsrv-1997985988ff5997a1ba3a3afa24e592a0a242f5.zip |
Fix OpenSSL build - upstream fix for #209
Diffstat (limited to 'openssl/crypto')
-rw-r--r-- | openssl/crypto/cversion.c | 2 |
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 |