We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI,
Try to build ocspd but see warnings:
# make Making all in src make[1]: Entering directory `/opt/openca-ocspd/src' Making all in ocspd make[2]: Entering directory `/opt/openca-ocspd/src/ocspd' gcc -DHAVE_CONFIG_H -I. -I../../src/ocspd/includes -I. -I/usr/include -DENABLE_ECDSA=1 -I/usr/include/libxml2 -g -O2 -fstack-check -maccumulate-outgoing-args -MT ocspd-ocspd.o -MD -MP -MF .deps/ocspd-ocspd.Tpo -c -o ocspd-ocspd.o `test -f 'ocspd.c' || echo './'`ocspd.c mv -f .deps/ocspd-ocspd.Tpo .deps/ocspd-ocspd.Po gcc -DHAVE_CONFIG_H -I. -I../../src/ocspd/includes -I. -I/usr/include -DENABLE_ECDSA=1 -I/usr/include/libxml2 -g -O2 -fstack-check -maccumulate-outgoing-args -MT ocspd-core.o -MD -MP -MF .deps/ocspd-core.Tpo -c -o ocspd-core.o `test -f 'core.c' || echo './'`core.c mv -f .deps/ocspd-core.Tpo .deps/ocspd-core.Po gcc -DHAVE_CONFIG_H -I. -I../../src/ocspd/includes -I. -I/usr/include -DENABLE_ECDSA=1 -I/usr/include/libxml2 -g -O2 -fstack-check -maccumulate-outgoing-args -MT ocspd-threads.o -MD -MP -MF .deps/ocspd-threads.Tpo -c -o ocspd-threads.o `test -f 'threads.c' || echo './'`threads.c mv -f .deps/ocspd-threads.Tpo .deps/ocspd-threads.Po gcc -DHAVE_CONFIG_H -I. -I../../src/ocspd/includes -I. -I/usr/include -DENABLE_ECDSA=1 -I/usr/include/libxml2 -g -O2 -fstack-check -maccumulate-outgoing-args -MT ocspd-request.o -MD -MP -MF .deps/ocspd-request.Tpo -c -o ocspd-request.o `test -f 'request.c' || echo './'`request.c mv -f .deps/ocspd-request.Tpo .deps/ocspd-request.Po gcc -DHAVE_CONFIG_H -I. -I../../src/ocspd/includes -I. -I/usr/include -DENABLE_ECDSA=1 -I/usr/include/libxml2 -g -O2 -fstack-check -maccumulate-outgoing-args -MT ocspd-response.o -MD -MP -MF .deps/ocspd-response.Tpo -c -o ocspd-response.o `test -f 'response.c' || echo './'`response.c response.c: In function ‘sign_ocsp_response’: response.c:135:13: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] signature = PKI_X509_OCSP_RESP_get_data(resp, PKI_X509_DATA_SIGNATURE); ^ mv -f .deps/ocspd-response.Tpo .deps/ocspd-response.Po gcc -DHAVE_CONFIG_H -I. -I../../src/ocspd/includes -I. -I/usr/include -DENABLE_ECDSA=1 -I/usr/include/libxml2 -g -O2 -fstack-check -maccumulate-outgoing-args -MT ocspd-config.o -MD -MP -MF .deps/ocspd-config.Tpo -c -o ocspd-config.o `test -f 'config.c' || echo './'`config.c config.c: In function ‘CA_ENTRY_CERTID_new’: config.c:871:13: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] if ((iName = PKI_X509_CERT_get_data(cert, PKI_X509_DATA_SUBJECT)) == NULL) ^ config.c:891:18: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] if (( keyString = PKI_X509_CERT_get_data( cert, ^ mv -f .deps/ocspd-config.Tpo .deps/ocspd-config.Po gcc -DHAVE_CONFIG_H -I. -I../../src/ocspd/includes -I. -I/usr/include -DENABLE_ECDSA=1 -I/usr/include/libxml2 -g -O2 -fstack-check -maccumulate-outgoing-args -MT ocspd-crl.o -MD -MP -MF .deps/ocspd-crl.Tpo -c -o ocspd-crl.o `test -f 'crl.c' || echo './'`crl.c crl.c: In function ‘check_crl’: crl.c:151:11: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] if((pkey = PKI_X509_CERT_get_data( x_cacert, ^ mv -f .deps/ocspd-crl.Tpo .deps/ocspd-crl.Po /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -fstack-check -maccumulate-outgoing-args -o ocspd ocspd-ocspd.o ocspd-core.o ocspd-threads.o ocspd-request.o ocspd-response.o ocspd-config.o ocspd-crl.o -L/usr/lib64 -lcrypto -lssl -L/usr/lib64 -lpthread -Wl,-rpath -Wl,/usr/lib64 -lpki -lnsl libtool: link: gcc -g -O2 -fstack-check -maccumulate-outgoing-args -o ocspd ocspd-ocspd.o ocspd-core.o ocspd-threads.o ocspd-request.o ocspd-response.o ocspd-config.o ocspd-crl.o -Wl,-rpath -Wl,/usr/lib64 -L/usr/lib64 /usr/lib64/libpki.so -lpthread -lrt -lcrypto -lssl -lxml2 -lz -lm -ldl -lresolv -lnsl make[2]: Leaving directory `/opt/openca-ocspd/src/ocspd' make[2]: Entering directory `/opt/openca-ocspd/src' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/opt/openca-ocspd/src' make[1]: Leaving directory `/opt/openca-ocspd/src' Making all in docs make[1]: Entering directory `/opt/openca-ocspd/docs' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/openca-ocspd/docs' Making all in etc make[1]: Entering directory `/opt/openca-ocspd/etc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/opt/openca-ocspd/etc' make[1]: Entering directory `/opt/openca-ocspd' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/opt/openca-ocspd'
Host info:
CentOS Linux release 7.2.1511 (Core) openssl version -a OpenSSL 1.0.2k-fips 26 Jan 2017 built on: reproducible build, date unspecified platform: linux-x86_64 options: bn(64,64) md2(int) rc4(16x,int) des(idx,cisc,16,int) idea(int) blowfish(idx) compiler: gcc -I. -I.. -I../include -fPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DKRB5_MIT -m64 -DL_ENDIAN -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wa,--noexecstack -DPURIFY -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DRC4_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -DECP_NISTZ256_ASM OPENSSLDIR: "/etc/pki/tls" engines: rdrand dynamic
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HI,
Try to build ocspd but see warnings:
Host info:
Thank you.
The text was updated successfully, but these errors were encountered: