summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/demos/easy_tls/test.h
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2014-04-16 18:35:14 +0000
committertedu <tedu@openbsd.org>2014-04-16 18:35:14 +0000
commit3b6d1e39d63b84cd880dd908ad8efe1fc9aa53f4 (patch)
tree32478f30a546d3890772d75727312fb4cd4165ea /lib/libssl/src/demos/easy_tls/test.h
parentdelete a few leftovers (diff)
downloadwireguard-openbsd-3b6d1e39d63b84cd880dd908ad8efe1fc9aa53f4.tar.xz
wireguard-openbsd-3b6d1e39d63b84cd880dd908ad8efe1fc9aa53f4.zip
quoth the readme:
NOTE: Don't expect any of these programs to work with current OpenSSL releases, or even with later SSLeay releases. ok miod
Diffstat (limited to 'lib/libssl/src/demos/easy_tls/test.h')
-rw-r--r--lib/libssl/src/demos/easy_tls/test.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/libssl/src/demos/easy_tls/test.h b/lib/libssl/src/demos/easy_tls/test.h
deleted file mode 100644
index b88d569fe85..00000000000
--- a/lib/libssl/src/demos/easy_tls/test.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* test.h */
-/* $Id: test.h,v 1.5 2014/04/13 15:25:34 miod Exp $ */
-
-
-void test_process_init(int fd, int client_p, void *apparg);
-#define TLS_APP_PROCESS_INIT test_process_init
-
-#undef TLS_CUMULATE_ERRORS
-
-void test_errflush(int child_p, char *errbuf, size_t num, void *apparg);
-#define TLS_APP_ERRFLUSH test_errflush