`LIST_SEPARATOR_CHAR' undeclared error

in Bug Reports
Hi again,
This time I don't have an answer
Here's the error I get trying to compile OpenSSLPluginI.cpp:
Now, I can't find anything resembling LIST_SEPARATOR_CHAR either in Ice or OpenSSL, so I'm finally stumped.
Once again, this is SuSE 8.0, Pentium, GCC 3.2.1
Regards,
Derek.
PS I am not a crackpot.
This time I don't have an answer

Here's the error I get trying to compile OpenSSLPluginI.cpp:
c++ -c -I.. -I/usr/local/ssl/include -I../../include -I/home/derekt/e2fsprogs-1.32/lib -g -ftemplate-depth-128 -fPIC -Wall OpenSSLPluginI.cpp OpenSSLPluginI.cpp: In member function `long int IceSSL::OpenSSLPluginI::loadRandFiles(const std::string&)': OpenSSLPluginI.cpp:776: `LIST_SEPARATOR_CHAR' undeclared (first use this function) OpenSSLPluginI.cpp:776: (Each undeclared identifier is reported only once for each function it appears in.)
Now, I can't find anything resembling LIST_SEPARATOR_CHAR either in Ice or OpenSSL, so I'm finally stumped.
Once again, this is SuSE 8.0, Pentium, GCC 3.2.1
Regards,
Derek.
PS I am not a crackpot.
0
Comments
This is defined in e_os.h as the PATH separator character, so ';' on Windows and ':' on Unix.
- Mark
I'm getting OpenSSL 0.9.6 now ... perhaps this is just some screw up in 0.9.7 ...