kakwa / uts-server

Micro RFC 3161 Time-Stamp server written in C.
http://uts-server.readthedocs.org/en/latest/
MIT License
75 stars 21 forks source link

duplication parameters #6

Closed abrca closed 7 years ago

abrca commented 7 years ago

in CMakeLists.txt -DCIVETWEB_DISABLE_CGI=ON is set twice, in 75 and 78 lines

and, just curiosity question: what's the sense of patching civetweb sources - replacing DATE with "110973"?

kakwa commented 7 years ago

DATE may and have triggered warnings because it induces a non reproducible build (which depending on compile flags, may result in failures). The 110973 is a (not so) random date.

Will fix the duplicate option.