> On Jan 21, 2016, at 8:56 AM, The Doctor <[email protected]> wrote:
>
>
> All right
>
> gcc -I.. -I../.. -I../modes -I../include -I../../include -fPIC -DOPENSSL_PIC
> -DOPENSSL_THREADS -pthread -D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN
> -DHAVE_DLFCN_H -DPERL5 -DL_ENDIAN -DTERMIOS -fomit-frame-pointer -O2
> -march=i486 -Wall -g -DOPENSSL_EXPERIMENTAL_JPAKE
> -DOPENSSL_EXPERIMENTAL_STORE -DOPENSSL_BN_ASM_PART_WORDS
> -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM
> -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM
> -c str_lib.c
> str_lib.c: In function `STORE_generate_key':
> str_lib.c:423: dereferencing pointer to incomplete type
> str_lib.c: In function `STORE_get_private_key':
> str_lib.c:447: dereferencing pointer to incomplete type
> str_lib.c: In function `STORE_store_private_key':
> str_lib.c:477: dereferencing pointer to incomplete type
> str_lib.c: In function `STORE_list_private_key_next':
> str_lib.c:581: dereferencing pointer to incomplete type
> str_lib.c: In function `STORE_get_public_key':
> str_lib.c:631: dereferencing pointer to incomplete type
> str_lib.c: In function `STORE_store_public_key':
> str_lib.c:661: dereferencing pointer to incomplete type
> str_lib.c: In function `STORE_list_public_key_next':
> str_lib.c:765: dereferencing pointer to incomplete type
The fix for now is to not build the store code, it is not ready.
--
Viktor.
_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev