From 3b6d1e39d63b84cd880dd908ad8efe1fc9aa53f4 Mon Sep 17 00:00:00 2001 From: tedu Date: Wed, 16 Apr 2014 18:35:14 +0000 Subject: 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 --- lib/libssl/src/demos/easy_tls/test.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lib/libssl/src/demos/easy_tls/test.h (limited to 'lib/libssl/src/demos/easy_tls/test.h') 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 -- cgit v1.2.3-59-g8ed1b