On Thu, Jan 21, 2016 at 10:05:59AM -0500, Viktor Dukhovni wrote: > > > 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. >
When will it be ready? Also now in openssl-SNAP-20160123 to start make making all in crypto... -I. -I.. -I../include -Iinclude -DOPENSSL_THREADS -DOPENSSL_EXPERIMENTAL_JPAKE -DOPENSSL_EXPERIMENTAL_STORE -DWHIRLPOOL_ASM -c cryptlib.c -I.: not found *** Error code 1 Stop. *** Error code 1 Stop. What happened here? > -- > Viktor. > > > > _______________________________________________ > openssl-dev mailing list > To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism Birthdate 29 Jan 1969 Redhill, Surrey, UK _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
