diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-20 20:44:12 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-20 20:44:12 +0000 |
commit | 70ddb0df17347953e22f1204be767a6a80e22865 (patch) | |
tree | 2b8e0e7365b31380f841b32d3042d4ed769d9b0c /crypto/openssl/demos/easy_tls/test.h | |
parent | 5b877a2d56a3b37c8b2e8cedf0532a8fb82e3c70 (diff) |
Diffstat (limited to 'crypto/openssl/demos/easy_tls/test.h')
-rw-r--r-- | crypto/openssl/demos/easy_tls/test.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/crypto/openssl/demos/easy_tls/test.h b/crypto/openssl/demos/easy_tls/test.h deleted file mode 100644 index dda667843f61..000000000000 --- a/crypto/openssl/demos/easy_tls/test.h +++ /dev/null @@ -1,11 +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 |