|
|
|
|
|
by martinknafve
4178 days ago
|
|
I'm unable to compile this on Win32 (I don't have any problems compiling older versions). I don't understand how the code could compile for anyone, maybe it's a platform specific issue. Take a look here on line 80: https://github.com/openssl/openssl/blob/master/crypto/cversi... The variable cflags isn't defined. I suspect it should be CFLAGS. I can make it compile locally by changing that, and it would make the code in the function consistent with the other code in the same file. I thought C defines were case sensitive on all platforms. Anyone knows better than me? |
|
https://github.com/openssl/openssl/blob/103b171d8fc282ef435f...
Apparently this is done to work around potential length limitations in C string literals.