Fix leak in HMAC error path
[openssl.git] / demos / err / README
1
2 This directory contains a simple example of how to use the ERR functions of
3 OpenSSL to add error codes to an external application. 
4
5 To test it first do "make errors". This will build error codes and add them
6 to the header files. It will also create some functions to load error codes.
7 Notice how "test_err.h" is updated after this call and the C source file
8 "test_err.c" is created. These names are in the test_err.ec file passed to the
9 mkerr.pl script.
10
11 Then do "make" which will build the test application.
12