mpeylo / cmpossl

An OpenSSL-based implementation of the Certificate Management Protocol (CMP), defined in IETF RFCs 4210, 4211, and 6712. It is being extended according to the emerging RFCs 'CMP Updates' (CMPv3), 'CMP Algorithms', and 'Lightweight CMP Profile'.
https://github.com/mpeylo/cmpossl/wiki
Other
35 stars 13 forks source link

expected ')' before string constant in cmp_util.h during MAKE #219

Closed oregano87 closed 3 years ago

oregano87 commented 3 years ago

Hi I tried to compile and install cmpossl but during calling MAKE the following error prompted

include/openssl/cmp_util.h:33:43: error: expected ')' before string constant
   33 | #  define OSSL_CMP_LOG_START OPENSSL_FUNC ":" OPENSSL_FILE ":" \
      |                                           ^~~

Output files attached config_output.txt make_output.txt perl_output.txt

DDvO commented 3 years ago

This looks like a compiler incompatibility. Yet meanwhile the define OSSL_CMP_LOG_START has been removed anyway. Is the build problem now solved for you?

oregano87 commented 3 years ago

Issue solved