Fix leak in HMAC error path
[openssl.git] / demos / err / test_err.h
1 /* Demo of use of error library */
2
3 #ifndef TEST_ERR_H
4 # define TEST_ERR_H
5
6 #ifdef  __cplusplus
7 extern "C" {
8 #endif
9
10 /* Test library name */
11
12 # define TEST_LIB_NAME   "demo test library routines"
13
14 /* Normal header details go here */
15
16 /*
17  * Prototypes are picked up by the error script to generate strings for
18  * function names.
19  */
20
21 void a_test_function(void);
22
23 /*
24  * Everything after this point is auto generated when you do "make errors"
25  */