Add d1_meth.c to build to fix problems with missing symbol DTLSv1_method.

Addresses asterisk build problems, idea for fix from martin.
This commit is contained in:
wiz 2014-03-21 13:07:57 +00:00
parent 578df093bc
commit 035466f565
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ssl.inc,v 1.5 2013/02/06 17:03:51 christos Exp $
# $NetBSD: ssl.inc,v 1.6 2014/03/21 13:07:57 wiz Exp $
#
# @(#) Copyright (c) 1995 Simon J. Gerraty
#
@ -16,7 +16,7 @@ CPPFLAGS+= -DNO_SSL2
.endif
SRCS+= bio_ssl.c
SRCS+= d1_both.c d1_clnt.c d1_enc.c d1_lib.c d1_pkt.c d1_srtp.c d1_srvr.c
SRCS+= d1_both.c d1_clnt.c d1_enc.c d1_lib.c d1_meth.c d1_pkt.c d1_srtp.c d1_srvr.c
SRCS+= kssl.c
SRCS+= s23_clnt.c s23_lib.c s23_meth.c s23_pkt.c s23_srvr.c
SRCS+= s3_both.c s3_cbc.c s3_clnt.c s3_enc.c s3_lib.c s3_meth.c s3_pkt.c \