mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFV: r276862
Fix build.
This commit is contained in:
commit
de496999fe
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ $date = localtime();
|
|||
print <<"END_OUTPUT";
|
||||
#ifndef MK1MF_BUILD
|
||||
/* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */
|
||||
#define CFLAGS
|
||||
#define CFLAGS cflags
|
||||
/*
|
||||
* Generate CFLAGS as an array of individual characters. This is a
|
||||
* workaround for the situation where CFLAGS gets too long for a C90 string
|
||||
|
|
|
|||
Loading…
Reference in a new issue