ericovk
Verified User
When I tried to update (./build update_versions) I get this openssl error. It seems like my system doesn't recognize SSL3. Does anybody know how to fix this?
Code:
PIC -DPIC -o vtls/.libs/libcurl_la-openssl.o
vtls/openssl.c: In function 'ssl_msg_type':
vtls/openssl.c:1430: error: 'SSL3_MT_NEWSESSION_TICKET' undeclared (first use in this function)
vtls/openssl.c:1430: error: (Each undeclared identifier is reported only once
vtls/openssl.c:1430: error: for each function it appears in.)
make[2]: *** [vtls/libcurl_la-openssl.lo] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/curl-7.43.0/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/directadmin/custombuild/curl-7.43.0/lib'
make: *** [all-recursive] Error 1
*** The make has failed, would you like to try to make again? (y,n):