diff options
| author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2013-06-28 20:55:58 +0000 |
|---|---|---|
| committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2013-06-28 20:55:58 +0000 |
| commit | 22bc3c69b90a42928766b70b50522478d6260ec7 (patch) | |
| tree | 6e0637f4de9af879f881060ec4dd5e997740cbff /security/axTLS/files/patch-ssl__Config.in | |
| parent | Hans makes it possible to tunnel IPv4 through ICMP echo packets, so you (diff) | |
The axTLS project is an SSL client/server library using the TLSv1
protocol. It is designed to be small and fast, and is suited to
embedded projects. A web server is included.
WWW: http://http://axtls.sourceforge.net/
PR: ports/177790
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Notes
Notes:
svn path=/head/; revision=321983
Diffstat (limited to 'security/axTLS/files/patch-ssl__Config.in')
| -rw-r--r-- | security/axTLS/files/patch-ssl__Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/axTLS/files/patch-ssl__Config.in b/security/axTLS/files/patch-ssl__Config.in new file mode 100644 index 000000000000..28c7aa6154ef --- /dev/null +++ b/security/axTLS/files/patch-ssl__Config.in @@ -0,0 +1,11 @@ +--- ./ssl/Config.in.orig 2011-06-25 06:12:07.000000000 +0900 ++++ ./ssl/Config.in 2013-04-11 08:38:38.000000000 +0900 +@@ -318,7 +318,7 @@ + config CONFIG_PERFORMANCE_TESTING + bool "Build the bigint performance test tool" + default n +- depends on CONFIG_SSL_CERT_VERIFICATION ++ depends on CONFIG_SSL_CERT_VERIFICATION || CONFIG_SSL_ENABLE_CLIENT || CONFIG_SSL_FULL_MODE + help + Used for performance testing of bigint. + |
