2009-11-06 00:43:29 +00:00
|
|
|
# Copyright 2009 The Go Authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style
|
|
|
|
# license that can be found in the LICENSE file.
|
|
|
|
|
2010-08-18 15:08:49 +01:00
|
|
|
include ../../../Make.inc
|
2009-11-06 00:43:29 +00:00
|
|
|
|
|
|
|
TARG=crypto/tls
|
|
|
|
GOFILES=\
|
|
|
|
alert.go\
|
2010-04-27 06:19:04 +01:00
|
|
|
ca_set.go\
|
2009-11-06 00:43:29 +00:00
|
|
|
common.go\
|
2010-04-27 06:19:04 +01:00
|
|
|
conn.go\
|
2009-11-21 23:53:03 +00:00
|
|
|
handshake_client.go\
|
2009-11-06 00:43:29 +00:00
|
|
|
handshake_messages.go\
|
|
|
|
handshake_server.go\
|
|
|
|
prf.go\
|
|
|
|
tls.go\
|
|
|
|
|
2009-11-24 01:32:51 +00:00
|
|
|
include ../../../Make.pkg
|