diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-12 07:48:06 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-12 08:08:24 -0500 |
commit | 854f4f69af9003c0c29d3838001f549beaf36936 (patch) | |
tree | 913e183b140e6a974efa7643ec217d0f6d574257 /patches | |
parent | 34bfb6ecb5d178ee62b402ee344d0f6caf5cdad0 (diff) | |
download | portable-854f4f69af9003c0c29d3838001f549beaf36936.tar.gz portable-854f4f69af9003c0c29d3838001f549beaf36936.tar.bz2 portable-854f4f69af9003c0c29d3838001f549beaf36936.zip |
add 'nc' to the distribution as an example of libtls client and server
Diffstat (limited to 'patches')
-rw-r--r-- | patches/openssl.c.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/openssl.c.patch b/patches/openssl.c.patch index 275e9ea..ba3ac36 100644 --- a/patches/openssl.c.patch +++ b/patches/openssl.c.patch | |||
@@ -1,5 +1,5 @@ | |||
1 | --- apps/openssl.c.orig 2015-07-20 02:01:42.000000000 -0600 | 1 | --- apps/openssl/openssl.c.orig 2015-07-20 02:01:42.000000000 -0600 |
2 | +++ apps/openssl.c 2015-07-20 02:02:00.000000000 -0600 | 2 | +++ apps/openssl/openssl.c 2015-07-20 02:02:00.000000000 -0600 |
3 | @@ -130,6 +130,19 @@ | 3 | @@ -130,6 +130,19 @@ |
4 | #include <openssl/engine.h> | 4 | #include <openssl/engine.h> |
5 | #endif | 5 | #endif |