NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: comms/asterisk on NetBSD 6.0/amd64: RTP module fails to load with Undefined PLT symbol "DTLSv1_method"



Something like this (untested) patch might be needed...

Martin
Index: ssl.inc
===================================================================
RCS file: /cvsroot/src/crypto/external/bsd/openssl/lib/libssl/ssl.inc,v
retrieving revision 1.4
diff -u -r1.4 ssl.inc
--- ssl.inc     26 Jul 2012 19:58:42 -0000      1.4
+++ ssl.inc     4 Jan 2013 18:24:48 -0000
@@ -23,4 +23,4 @@
        ssl_ciph.c ssl_stat.c ssl_rsa.c \
        ssl_asn1.c ssl_txt.c ssl_algs.c \
        bio_ssl.c ssl_err.c kssl.c d1_clnt.c d1_srvr.c d1_lib.c d1_both.c \
-       d1_pkt.c d1_enc.c d1_srtp.c
+       d1_meth.c d1_pkt.c d1_enc.c d1_srtp.c


Home | Main Index | Thread Index | Old Index