diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-04-14 10:28:36 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-04-14 10:33:47 +0200 |
commit | 8681114416c0a7a355bee588a988d9315e000bbb (patch) | |
tree | d672f453a72fab981be0cbcacd3fe797cc1a6ab5 /doc/examples | |
parent | 60511f7c2991cdad14795d742c22a6c0eeeb1e5b (diff) | |
download | gnutls-8681114416c0a7a355bee588a988d9315e000bbb.tar.gz |
doc: added tlsproxy example reference into documentation
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/Makefile.am | 4 | ||||
m--------- | doc/examples/tlsproxy | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 69f1db9e61..bcfa0a3c6a 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -41,6 +41,10 @@ LDADD = libexamples.la \ CXX_LDADD = ../../lib/libgnutlsxx.la \ $(LDADD) +EXTRA_DIST = tlsproxy/buffer.c tlsproxy/buffer.h tlsproxy/crypto-gnutls.c \ + tlsproxy/crypto-gnutls.h tlsproxy/LICENSE tlsproxy/tlsproxy.c \ + tlsproxy/README.md tlsproxy/Makefile + noinst_PROGRAMS = ex-client-resume ex-client-dtls noinst_PROGRAMS += ex-cert-select ex-client-x509 noinst_PROGRAMS += ex-serv-dtls diff --git a/doc/examples/tlsproxy b/doc/examples/tlsproxy new file mode 160000 +Subproject dcad93b5024561e525eb3abbe4887db1c4261fc |