diff -burN android-openssl.orig/openssl.config android-openssl/openssl.config --- android-openssl.orig/openssl.config 2013-02-20 17:53:59.711775064 +0100 +++ android-openssl/openssl.config 2013-02-20 17:56:01.853068660 +0100 @@ -5,7 +5,6 @@ no-capieng \ no-cast \ no-cms \ -no-dtls1 \ no-gost \ no-gmp \ no-heartbeats \ @@ -859,10 +858,12 @@ OPENSSL_SSL_SOURCES="\ ssl/bio_ssl.c \ ssl/d1_both.c \ +ssl/d1_clnt.c \ ssl/d1_enc.c \ ssl/d1_lib.c \ ssl/d1_pkt.c \ ssl/d1_srtp.c \ +ssl/d1_srvr.c \ ssl/kssl.c \ ssl/s23_clnt.c \ ssl/s23_lib.c \