summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl/demos/easy_tls/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/openssl/demos/easy_tls/test.h')
-rw-r--r--deps/openssl/openssl/demos/easy_tls/test.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/deps/openssl/openssl/demos/easy_tls/test.h b/deps/openssl/openssl/demos/easy_tls/test.h
deleted file mode 100644
index a7d0130e2f..0000000000
--- a/deps/openssl/openssl/demos/easy_tls/test.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* test.h */
-/* $Id: test.h,v 1.1 2001/09/17 19:07:00 bodo 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