-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
configure went fine but after that:
% make
make -j9 all-am
make[1]: Entering directory '/home/bortzmeyer/tmp/wolfCLU-0.1.8-stable'
CC src/pkcs/clu_pkcs7.o
CC src/clu_main.o
CC src/clu_log.o
CC src/tools/clu_funcs.o
CC src/tools/clu_hex_to_bin.o
CC src/tools/clu_rand.o
CC src/crypto/clu_crypto_setup.o
CC src/crypto/clu_decrypt.o
CC src/crypto/clu_encrypt.o
src/pkcs/clu_pkcs7.c: In function ‘wolfCLU_PKCS7’:
src/pkcs/clu_pkcs7.c:159:53: error: ‘PKCS7_TYPE’ undeclared (first use in this function); did you mean ‘PKCS7_TYPES’?
159 | if (wc_PemToDer(buf, bufSz, PKCS7_TYPE, &derObj,
| ^~~~~~~~~~
| PKCS7_TYPES
src/pkcs/clu_pkcs7.c:159:53: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:1237: src/pkcs/clu_pkcs7.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/bortzmeyer/tmp/wolfCLU-0.1.8-stable'
make: *** [Makefile:828: all] Error 2
wolfSSL 5.7.2 installed (configure did not complain).
checking for wolfSSL... configure: prefix NONE
checking for wolfCrypt_Init in -lwolfssl... yes
checking for wolfSSL_X509_CRL_print... yes
checking for wolfSSL_X509_REQ_print... yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels