diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-01-09 00:12:20 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-01-09 00:12:20 +0000 |
| commit | 973cfcbfe12ddb0a1972379cfa67056edeca70e9 (patch) | |
| tree | fcb0d0a845a7933d5c28a4512ebc2f13b808ac8b /crypto | |
| parent | c6485458b37e3f0f5d1c69c0452e4551ac3b1824 (diff) | |
Notes
Diffstat (limited to 'crypto')
| -rw-r--r-- | crypto/cversion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cversion.c b/crypto/cversion.c index 0336adaa5784..881957e8923e 100644 --- a/crypto/cversion.c +++ b/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 |
