summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ct/cterr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ct/cterr.h')
-rw-r--r--src/lib/libcrypto/ct/cterr.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/lib/libcrypto/ct/cterr.h b/src/lib/libcrypto/ct/cterr.h
index feb7bc5663..4ef1b67f98 100644
--- a/src/lib/libcrypto/ct/cterr.h
+++ b/src/lib/libcrypto/ct/cterr.h
@@ -1,5 +1,4 @@
1/* 1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
3 * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved. 2 * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
4 * 3 *
5 * Licensed under the OpenSSL license (the "License"). You may not use 4 * Licensed under the OpenSSL license (the "License"). You may not use
@@ -11,17 +10,14 @@
11#ifndef HEADER_CTERR_H 10#ifndef HEADER_CTERR_H
12# define HEADER_CTERR_H 11# define HEADER_CTERR_H
13 12
14# ifndef HEADER_SYMHACKS_H
15# include <openssl/symhacks.h>
16# endif
17
18# include <openssl/opensslconf.h> 13# include <openssl/opensslconf.h>
19 14
20# ifndef OPENSSL_NO_CT 15# ifndef OPENSSL_NO_CT
21 16
22# ifdef __cplusplus 17#ifdef __cplusplus
23extern "C" 18extern "C"
24# endif 19#endif
20
25int ERR_load_CT_strings(void); 21int ERR_load_CT_strings(void);
26 22
27/* 23/*