Revision 6b5b85f4f6d5f4e8b88afa453fe8861f33f78c6b authored by Bodo Moeller on 13 August 2014, 15:37:19 UTC, committed by Bodo Moeller on 13 August 2014, 15:44:53 UTC
group_order_tests (ectest.c). Also fix the EC_POINTs_mul documentation (ec.h). Reviewed-by: emilia@openssl.org
1 parent 03ebf85
test.h
/* 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

Computing file changes ...