-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
make error "callback.c:108:20:" #2
Comments
I thought it was worth stating the following.
Making all in src/sv
|
I can confirm this bug on Debian 10, any fixes? |
The solution for me pdolinic was to not use OpenCA. I tried getting help to be told that they had tested this and it works. I therefore decided it wasnt worth the effort of investigating further, if the developers also didnt want to. I moved over to https://github.com/smallstep these guys are great, and incredibly helpful (most importantly, they really believe in their products). |
Possibly the same as the other open issue.
Making all in src/sv
make[1]: Entering directory '/home/user/Documents/openca-tools-master/src/sv'
gcc -DHAVE_CONFIG_H -I. -I../../include/openca -I../../include -g -O2 -fstack-check -maccumulate-outgoing-args -MT callback.o -MD -MP -MF .deps/callback.Tpo -c -o callback.o callback.c
callback.c: In function ‘verify_callback’:
callback.c:108:20: error: dereferencing pointer to incomplete type ‘X509_STORE_CTX’ {aka ‘struct x509_store_ctx_st’}
switch (ctx->error) {
^~
make[1]: *** [Makefile:340: callback.o] Error 1
make[1]: Leaving directory '/home/user/Documents/openca-tools-master/src/sv'
make: *** [Makefile:394: all-recursive] Error 1
The text was updated successfully, but these errors were encountered: