Hello,

I just checked out a source from the repository. After a
# ./config
# make

following error occurred:

making all in apps...
make[1]: Entering directory `/home/armin/openssl/openssl/apps'
gcc -DMONOLITH -I.. -I../include -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall -DOPENSSL_BN_ASM _PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -D SHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM -c -o ocsp.o ocsp.
c
ocsp.c: In function `query_responder':
ocsp.c:1263: error: storage size of 'tv' isn't known
ocsp.c:1291: warning: implicit declaration of function `select'
ocsp.c:1263: warning: unused variable `tv'
make[1]: *** [ocsp.o] Error 1
make[1]: Leaving directory `/home/armin/openssl/openssl/apps'
make: *** [build_apps] Error 1


I'm using cygwin. Is this a configuration issue or a bug?

Cheers
Armin

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to