summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/gost/gost_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/gost/gost_err.c')
-rw-r--r--src/lib/libcrypto/gost/gost_err.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/gost/gost_err.c b/src/lib/libcrypto/gost/gost_err.c
index e7111dd34b..0c46dbc36c 100644
--- a/src/lib/libcrypto/gost/gost_err.c
+++ b/src/lib/libcrypto/gost/gost_err.c
@@ -53,16 +53,10 @@
53 * 53 *
54 */ 54 */
55 55
56/* NOTE: this file was auto generated by the mkerr.pl script: any changes
57 * made to it will be overwritten when the script next updates this file,
58 * only reason strings will be preserved.
59 */
60
61#include <stdio.h> 56#include <stdio.h>
62#include <openssl/err.h> 57#include <openssl/err.h>
63#include <openssl/gost.h> 58#include <openssl/gost.h>
64 59
65/* BEGIN ERROR CODES */
66#ifndef OPENSSL_NO_ERR 60#ifndef OPENSSL_NO_ERR
67 61
68#define ERR_FUNC(func) ERR_PACK(ERR_LIB_GOST,func,0) 62#define ERR_FUNC(func) ERR_PACK(ERR_LIB_GOST,func,0)